bigbit/di-bootstrap
Composer 安装命令:
composer require bigbit/di-bootstrap
包简介
App DI Container bootstrapping
README 文档
README
App DI Container bootstrapping with dependencies for PHP7.4
Example
use BigBIT\DIBootstrap\Bootstrap; Bootstrap::useVendorPath(dirname(__DIR__) . DIRECTORY_SEPARATOR . "vendor"); Bootstrap::useContainerImplementation(BigBIT\SmartDI\SmartContainer::class); $bindings = [ SomeInterface::class => function(ContainerInterface $container) { return new SomeImplementation($container); } ]; $container = Bootstrap::getContainer(); $app = new App($container); $app->run();
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-29