Libraries tagged by method injection
eryw/pastry-bag
63 Downloads
A plugin for CakePHP 3 provides the constructor dependencies injection and the controller method injection
jeremyworboys/containeraware
5338 Downloads
Adds ContainerAware and method injection functionality to Laravel 4
matthew-p/yii2-di-magic
686 Downloads
Improvement for Yii2 that add dependency injection in action methods and provide model binding.
webiik/container
69 Downloads
The Container adds handy methods to most common Pimple functions and then adds automatic injection of dependencies from container to class constructor.
voral/mock-builder
41 Downloads
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
sikessem/core
0 Downloads
Objects with strict types to manage PHP variables and values.
oliver-schoendorn/dependency-injector
104 Downloads
A very simple dependency injector that supports instance creation and auto wiring of classes, class methods and functions. Additionally it provides simple means of caching the necessary reflections to boost performance in heavy load environments.
ixmanuel/nexus
66 Downloads
It manages object's dependencies for internal builders collaborators.
interophp/injector
2329 Downloads
Inject dependencies into constructors and methods
evas-php/evas-di
101 Downloads
Di module (Dependency Injection container trait & class) based on magic methods
carloswph/mainframe
8 Downloads
Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.
bermudaphp/di-resolver
5 Downloads
A powerful and flexible parameter resolution library for PHP that automatically resolves function and method parameters from various sources
kael-shipman/factory
51 Downloads
A class that provides overridable instantiation of classes through declarative method calls.
mrsimonbennett/dipr
88 Downloads
Dependency Injection For Controller Methods in Laravel
charm/db
33 Downloads
PDO wrapper, for those that dislike verbose `PDOStatement` methods but also dislike SQL injection.