Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PSR-11 compatible autowired container made for Antidot Framework

License

NotificationsYou must be signed in to change notification settings

antidot-framework/container

Latest Version on PackagistSoftware LicenseBuild StatusCoverage StatusQuality ScoreTotal Downloads

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

Install

Via Composer

$ composer require antidot-fw/container:dev-master

Simple Usage

<?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');}

Change log

Please seeCHANGELOG for more information on what has changed recently.

Testing

$ composertest

Contributing

Please seeCONTRIBUTING andCODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please emailkpicaza@example.com instead of using the issue tracker.

Credits

License

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

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp