php-di / symfony2-bridge
Integrates PHP-DI to Symfony
Installs: 10 355
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 5
Forks: 12
Open Issues: 2
pkg:composer/php-di/symfony2-bridge
Requires
- php: ~7.0
 - php-di/php-di: ~6.0
 - symfony/config: ~3.3||~4.0
 - symfony/dependency-injection: ~3.3||~4.0
 - symfony/http-kernel: ~3.3||~4.0
 - symfony/proxy-manager-bridge: ~3.3||~4.0
 
Requires (Dev)
- phpunit/phpunit: ^4.8
 - symfony/debug: ^3.0
 - symfony/filesystem: ^3.0
 - symfony/yaml: ^3.0
 
README
This package provides integration for PHP-DI with Symfony.
PHP-DI is a dependency injection container for PHP.
The documentation is here: http://php-di.org/doc/frameworks/symfony2.html
Requirements
- PHP 5.5 or above
 - PHP-DI 5.*
 - Symfony 3.*