p2ee/preparables
Composer 安装命令:
composer require p2ee/preparables
包简介
Base package for preparable systems
README 文档
README
Preparables can be used as a base for creation of an object graph. They help to define requirements.
A possible usecase are controller classes.
Basics
Preparables are objects that can define a list of requirements that they need to run.
This requirements can be collected by the Preparer. The Preparer then collects this requirements and then hands them over to specific Resolvers and fullfills then the requirements witht he results from the Resolver.
A Resolver is a specialiced object that can turn a specific Requirement object into a result for the Preparable.
统计信息
- 总下载量: 179
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-15