From 61d90e915b69edee2dc8ea94a35f5efb2cfbfc71 Mon Sep 17 00:00:00 2001 From: Dmitry Krokhin Date: Mon, 31 Mar 2014 13:27:28 +0400 Subject: [PATCH] Added my dependency injection library No other dependency injection libraries provides call interface for method dependency discovering. See https://github.com/nekufa/di#method-caller for detailed information. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aeb706d..b3b1a05 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,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. +* [Nekufa Di](https://github.com/nekufa/di) - Dependency injection container with callbacks. ## Imagery *Libraries for manipulating images.*