Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
/ container Public archive
generated from spaceonfire/skeleton

[ABANDONED] Moved to getwarp organization https://github.com/getwarp/warp

License

Notifications You must be signed in to change notification settings

spaceonfire/container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DI Container by spaceonfire

Latest Version on Packagist Software License Total Downloads Code Coverage

Small yet powerful implementation of PSR-11 compatible dependency injection container.

Install

Via Composer

$ composer require spaceonfire/container

Usage

use spaceonfire\Container\Container;
use spaceonfire\Container\ReflectionContainer;
use spaceonfire\Container\CompositeContainer;

$container = new CompositeContainer([
    new Container(),
    new ReflectionContainer(),
]);

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Credits

License

The MIT License (MIT). Please see License File for more information.