1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-01 05:50:50 +00:00

Merge pull request #6 from happyaccidents/master

Corrected name of Orno\Di
This commit is contained in:
Jamie York 2013-11-27 16:25:52 -08:00
commit e335421af4

View File

@ -159,7 +159,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
* [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.
* [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.