jitesoft/cli
Composer 安装命令:
composer require jitesoft/cli
包简介
CLI for PHP. Simple and easily extendable.
README 文档
README
Simple multi-command CLI helper/kernel with parsing capabilities and automatically created help/usage output.
Creating new commands is easily done by creating a new class inheriting the abstract Command class and implement
the process method.
Commands are auto-resolved via dependency injection allowing the kernel to automatically resolve dependencies
for the Command via constructor injection.
For a simple example, take a look in the example folder. Further documentation will be added later on.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-19