Libraries tagged by method injection
yavin/behat-context-injection-extension
12 Downloads
ability to inject other contexts to steps methods
eryw/pastry-bag
63 Downloads
A plugin for CakePHP 3 provides the constructor dependencies injection and the controller method injection
jeremyworboys/containeraware
5339 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
70 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
45 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.
tommyknocker/chain
8 Downloads
Professional-grade fluent method chaining library with advanced features: conditional execution, timeout protection, error handling, extension system, and PSR-11 container integration.
oliver-schoendorn/dependency-injector
105 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.
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.
sikessem/capsule
1850 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
kael-shipman/factory
51 Downloads
A class that provides overridable instantiation of classes through declarative method calls.
bermudaphp/di-resolver
5 Downloads
A powerful and flexible parameter resolution library for PHP that automatically resolves function and method parameters from various sources
mrsimonbennett/dipr
88 Downloads
Dependency Injection For Controller Methods in Laravel
charm/db
39 Downloads
PDO wrapper, for those that dislike verbose `PDOStatement` methods but also dislike SQL injection.