phpbench/container
Lightweight, extensible PHP dependency injection container with parameters and service tagging. Register services as closures, load extensions to provide defaults and wiring, and discover tagged services. Implements container-interop for portability.
Architecture fit is poor for Laravel projects since Laravel's built-in service container is deeply integrated, PSR-11 compliant, and purpose-built for the framework's ecosystem. This package offers no unique advantages over Laravel's native container and would create redundant DI layers. Integration feasibility is low due to Laravel's tight coupling with its own container (e.g., service providers, facades, and binding
How can I help you explore Laravel packages today?