Update README.md

This commit is contained in:
Adam 2014-10-15 15:06:03 +02:00
parent 4a193487b5
commit 33c5ebf923

View File

@ -191,6 +191,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container. * [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) - Another dependency injection container.
* [Aura.Di](https://github.com/auraphp/Aura.Di) - Another simple to use dependency injection container.
* [Orno Di](https://github.com/orno/di) - Another flexible dependency injection container. * [Orno Di](https://github.com/orno/di) - Another flexible dependency injection container.
* [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations. * [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. * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.