Libraries tagged by PHP Object Injection
joby/smol-context
62 Downloads
A lightweight DI container for PHP for global, low-config service and object registration. Use it to resolve and inject services, objects, and config values anywhere. You can execute callables with injected dependencies, instantiate objects with dependencies, and even include files using a unique DocBlock injection system.
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.
ntuangiang/php-ioc
14 Downloads
This is a design pattern for dependency injection and object locator.
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.
welbertymartins/php-singleton
0 Downloads
Minimal and testable singleton container for object sharing and retrieval
denniscarrazeiro/php-sql-builder-module
4 Downloads
A library that proposes the exchange query strings for easy-to-understand objects.
biurad/dependency-injection
404 Downloads
A library that allows you to standardize and centralize the way objects are constructed in your application.
molajo/ioc
432 Downloads
Molajo Inversion of Control package offers a full-featured, simple-to-use dependency injection and object construction solution for PHP applications.
uvptl/depend
0 Downloads
Dependency injector for bootstrapping object-oriented PHP applications.
sinergi/registry
419 Downloads
PHP Dependency Injection helper that is object oriented and IDE friendly
sinergi/container
295 Downloads
PHP Dependency Injection container that is object oriented and IDE friendly
qubus/injector
185 Downloads
A dependency injector for bootstrapping object-oriented PHP applications.
my-bookings/auryn
2 Downloads
Auryn is a dependency injector for bootstrapping object-oriented PHP applications.
flyokai/amphp-injector
7 Downloads
A dependency injector for bootstrapping object-oriented PHP applications.
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.