Small yet powerful implementation of PSR-11 compatible dependency injection container.
Via Composer
$ composer require spaceonfire/container
use spaceonfire\Container\Container;
use spaceonfire\Container\ReflectionContainer;
use spaceonfire\Container\CompositeContainer;
$container = new CompositeContainer([
new Container(),
new ReflectionContainer(),
]);
Please see CHANGELOG for more information on what has changed recently.
Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
The MIT License (MIT). Please see License File for more information.