Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 342 Bytes

Container

Install

Via Composer

$ composer require alireaza/container

Usage

use AliReaza\Container\Container;

$container = new Container();

$container->containers['foo'] = 'bar';

$container->get('foo'); // bar

License

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