From 75500eedb548f392efee951c6e923fe5958d0481 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 28 Jan 2013 18:58:50 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 19e081f..a9d8e21 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -17,6 +17,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [SwiftMailer](http://swiftmailer.org/) - A mailer solution. * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container. * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container. +* [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations. * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM. * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.