From 27ad9c28c60e2a146539de9319fa49e64da543fd Mon Sep 17 00:00:00 2001 From: Markus Fasselt Date: Fri, 11 Jul 2014 13:35:08 +0200 Subject: [PATCH] Add Symfony DI Component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e8125d..011517f 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Orno Di](https://github.com/orno/di) - Another flexible dependency injection container. * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations. * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators. +* [Symfony DI Container](http://symfony.com/doc/current/components/dependency_injection/introduction.html) - The Dependency Injection Container of the Symfony Framework. ## Imagery *Libraries for manipulating images.*