Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
PSR-11 compatible autowired container made for Antidot Framework
License
antidot-framework/container
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dependency injection library built for Antidot Framework respecting PSR-11 standard
Can be used together with Antidot Framework or as a standalone piece for your application or customized framework
Via Composer
$ composer require antidot-fw/container:dev-master
<?phpdeclare(strict_types=1);useAntidot\Container\Builder;$container = Builder::build(['config' => [],'parameters' => [],'services' => ['some.service' => Some::class, ],],true);if ($container->has('some.service')) {$service =$container->get('some.service');}
Please seeCHANGELOG for more information on what has changed recently.
$ composertestPlease seeCONTRIBUTING andCODE_OF_CONDUCT for details.
If you discover any security related issues, please emailkpicaza@example.com instead of using the issue tracker.
The MIT License (MIT). Please seeLicense File for more information.
About
PSR-11 compatible autowired container made for Antidot Framework
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.