php-di / symfony-bridge
Integrates PHP-DI to Symfony
Installs: 163 232
Dependents: 1
Suggesters: 0
Security: 0
Stars: 17
Watchers: 6
Forks: 11
Open Issues: 2
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.*