Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
0019eb3bb3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      awesome-php.md

+ 1
- 0
awesome-php.md View File

@@ -21,6 +21,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
21 21
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
22 22
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
23 23
 * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
24
+* [Di](https://github.com/orno/di) - Another flexible dependency injection container.
24 25
 * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
25 26
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
26 27
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.

Loading…
Cancel
Save