1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-19 14:12:20 +00:00

Merge pull request #325 from rezonanc/di

Include Symfony DI component
This commit is contained in:
Jamie York 2015-07-29 23:31:21 +01:00
commit 7b22583fdc

View File

@ -228,6 +228,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
* [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
* [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
* [Symfony DI](https://github.com/symfony/DependencyInjection) - A Dependency Injection Container component used in Symfony.
## Imagery
*Libraries for manipulating images.*