Browse Source

Merge pull request #325 from rezonanc/di

Include Symfony DI component
pull/327/merge
Jamie York 10 years ago
parent
commit
7b22583fdc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

228
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
228
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
229
 * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
229
 * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
230
 * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
230
 * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
231
+* [Symfony DI](https://github.com/symfony/DependencyInjection) - A Dependency Injection Container component used in Symfony.
231
 
232
 
232
 ## Imagery
233
 ## Imagery
233
 *Libraries for manipulating images.*
234
 *Libraries for manipulating images.*

Loading…
Cancel
Save