PHP-DI / ZF2-Bridge

PHP-DI integration with Zend Framework 2
MIT License
11 stars 14 forks source link

ZF3 support #15

Open Sohorev opened 7 years ago

Sohorev commented 7 years ago

When i try to to use error occured:

Fatal error: Class DI\ZendFramework2\Service\PHPDIAbstractFactory contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Zend\ServiceManager\Factory\AbstractFactoryInterface::canCreate, Zend\ServiceManager\Factory\FactoryInterface::__invoke) in /home/sohorev/workspace/multivpn-php/vendor/php-di/zf2-bridge/src/DI/ZendFramework2/Service/PHPDIAbstractFactory.php on line 23

Rastusik commented 7 years ago

Well, I have the code, but I would like to push it to a new repository

@mnapoli could you please create a new repository for the ZF3 bridge? Something like https://github.com/PHP-DI/ZF3-Bridge

Thank you