solution10/managed-instance
最新稳定版本:v1.0.0
Composer 安装命令:
composer require solution10/managed-instance
包简介
A simple trait to allow classes to manage their own instances. DI on the cheap.
关键字:
README 文档
README
Allows classes to manage instances of themselves either as singletons or "lazy DI" containers.
Installation
Installation is via composer, in the usual manner:
{
"require": {
"solution10/managed-instance": "~1.0"
}
}
Documentation
Userguide
(or the /docs folder in the repo)
API Docs
From a checkout of this project, run:
$ make
This will create an api/ folder for you to peruse.
PHP Requirements
- PHP >= 5.4
Author
License
Contributing
统计信息
- 总下载量: 470
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-07