Libraries tagged by method injection
ray/di
1429249 Downloads
Guice style dependency injection framework
mrclay/props-dic
8919484 Downloads
Props is a simple DI container that allows retrieving values via custom property and method names
zenstruck/twig-service-bundle
5799 Downloads
Make functions, static methods, Symfony service methods available in your twig templates.
rybakit/arguments-resolver
97527 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
iidestiny/dependency-injection
190 Downloads
Enable your methods to use dependency injection
bylexus/php-injector
9196 Downloads
A Function / Method parameter injection helper. Makes your Dependency Injection work.
horat1us/php-method-injection
1545 Downloads
PHP Trait to inject methods
emrancu/dependency-injection-container
16 Downloads
A dependency injection container for php
runopencode/traitor-bundle
55 Downloads
Inject into services via method injection based on used traits of defined service classes.
voral/mock-builder
36 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.
regeda/nest
24 Downloads
Nest is a decorator for key based methods invocation
ranyuen/di
236 Downloads
Annotation based simple DI & AOP at PHP.
interophp/injector
2322 Downloads
Inject dependencies into constructors and methods
comphp/di
60 Downloads
CommonPHP DependencyInjection is a simple, robust dependency injection container for PHP applications. It facilitates the dynamic creation of objects, invocation of methods, function calling, and property population.
kmuenkel/route-injection
260 Downloads
Allow for Laravel Controller method injection of *any* object type.