This commit is contained in:
Jamie York 2013-01-28 18:58:50 +00:00
parent 01f17590c6
commit 75500eedb5
1 changed files with 1 additions and 0 deletions

View File

@ -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.