Libraries tagged by object container
nacosvel/container-interop
34 Downloads
Achieve compatibility and interoperability among different container objects.
lukaszmakuch/object-attribute-container
86 Downloads
Allows to attach some attributes to objects
melanth-web/container
2 Downloads
A dependency injection container manages objects.
monii/action-handler-psr7-middleware-container-interop
1044 Downloads
Resolve PSR-7 Action Handlers to objects in a Container
sinergi/container
294 Downloads
PHP Dependency Injection container that is object oriented and IDE friendly
yoshi2889/container
566 Downloads
Simple PSR-11 Container implementation for storing object instances
p810/ioc-container
4 Downloads
A dependency injection container that can autowire your objects with PHP's Reflection API
zalevsk1y/container-builder
160 Downloads
Container Builder, provides a simple implementation of a Dependency Injection Container. It allows for easy management of object instances and their dependencies, allowing for more flexible and maintainable code. The module includes methods for adding definition files, retrieving instances, and calling methods on instances with specified arguments. This can help improve code organization and reduce coupling between classes, leading to a more robust and scalable application.
vendimia/data-container
118 Downloads
Simple local DTO implementation
jessegall/php-data-container
580 Downloads
A trait that provides a convenient solution for objects to use an array as their data source. As well as offering the possibility to share the same data between instances.
dsijak/container
7 Downloads
Stores objects into static associative array. Without any unnecessary overcomplicated features.
codesaur/container
4 Downloads
An elegant object-oriented application development framework component for PHP 8.2.1 or newer
brainboxlabs/brain-container
53 Downloads
Framework agnostic smart objects for Data Modeling.
dashifen/containers
65 Downloads
A read-only with setters style object from which many objects can grow.
acfatah/object-factory
10 Downloads
Provides a container used to build class instances and solve object dependencies.