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

Merge pull request #598 from shadowhand/patch-1

Fix description of Auryn
This commit is contained in:
Jose Diaz-Gonzalez 2016-03-13 22:39:10 -04:00
commit 2d9eaf3e1f

View File

@ -241,7 +241,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Libraries that implement the dependency injection design pattern.*
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
* [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
* [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
* [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
* [Acclimate](https://github.com/jeremeamia/acclimate-container) - A common interface to dependency injection containers and service locators.