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

Fixed the PHP-DI entry

- the name is PHP-DI (instead of PHP DI)
- updated the URL
- updated the description (annotations have become a secondary feature and are encompassed by "autowiring")
This commit is contained in:
Matthieu Napoli 2015-08-03 15:29:35 +02:00
parent 10ef3df9fa
commit 3e47dc8c49

View File

@ -226,7 +226,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
* [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.
* [PHP-DI](http://php-di.org/) - A dependency injection container supporting autowiring and PHP configuration.
* [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 (SF2).