Libraries tagged by property injection
symfony/property-access
319036510 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
mrclay/props-dic
12760812 Downloads
Props is a simple DI container that allows retrieving values via custom property and method names
webignition/symfony-test-service-injector-trait
4793 Downloads
Inject Symfony services into test class properties
rotexsoft/versatile-collections
6066 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
brenoroosevelt/habemus
752 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
quillstack/di
948 Downloads
The dependency injection container based on PSR-11: Container interface.
majkl578/nette-injects-extension
62 Downloads
Nette Framework DI extension for injecting services into other services' properties.
comphp/di
64 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.
phpolar/property-injector
517 Downloads
Provides automatic dependency injection for properties.
mrgrain/eloquent-service-injection
921 Downloads
Simple trait to inject services into Eloquent models via a property.
mackrais-organization/property-transform
1 Downloads
A PHP library for transforming DTO properties using attributes with support for PHP functions, DI services, and nested object transformation.
cheevauva/pdic
35 Downloads
Property Dependency Injection Container
switon/di
70 Downloads
Property-based dependency injection with interface autowiring, named slots, and shared versus fresh instances for Switon Framework
osmianski/super-objects
12 Downloads
A library providing a base class for creating super objects in PHP, the ones with lazy properties, elegant dependency injection, and more.
lambertns/laravel-make-service
14 Downloads
Adds `php artisan make:service` command to generate service classes with optional automatic controller injection using PHP 8+ property promotion.