Libraries tagged by conta
psr/container
1105838448 Downloads
Common Container Interface (PHP FIG PSR-11)
pimple/pimple
137129498 Downloads
Pimple, a simple Dependency Injection Container
php-di/php-di
61746212 Downloads
The dependency injection container for humans
league/container
99486790 Downloads
A fast and intuitive dependency injection container.
illuminate/container
86277965 Downloads
The Illuminate Container package.
container-interop/container-interop
107657281 Downloads
Promoting the interoperability of container objects (DIC, SL, etc.)
nette/di
42712601 Downloads
💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.
chillerlan/php-settings-container
43046063 Downloads
A container class for immutable settings objects. Not a DI container.
dvdoug/boxpacker
3056026 Downloads
3D bin packing with weight: cartonize orders into parcels, or fill a single container / pallet and leave leftover cargo unpacked
laminas/laminas-servicemanager
61616161 Downloads
Factory-Driven Dependency Injection Container
codeception/module-asserts
56642208 Downloads
Codeception module containing various assertions
classpreloader/classpreloader
43092712 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
theseer/fdomdocument
42975393 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.
sanmai/di-container
6921957 Downloads
dependency injection container with automatic constructor dependency resolution
psr-discovery/container-implementations
10728236 Downloads
Lightweight library that discovers available PSR-11 Container implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.