From 376a1d072cff098567d5b0171590b726fc5d475b Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 9 Oct 2012 09:22:58 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index aff4195..41e3493 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -13,6 +13,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language. * [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. * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM. * [Propel](http://www.propelorm.org/) - A fast ORM. * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.