fastd/console
最新稳定版本:v2.0.2
Composer 安装命令:
composer require fastd/console
包简介
FastD console component
README 文档
README
PHP CLI Application.
Requirements
- PHP >= 5.6
Installation
composer require "fastd/console:3.0.x-dev" -vvv
Usage
use FastD\Console\Console; include_once __DIR__ . '/tests/OutputHelloCommand.php'; include_once __DIR__ . '/tests/OutputWorldCommand.php'; $console = new Console(); $console->addCommand(new OutputWorldCommand()); $console->addCommand(new OutputHelloCommand()); $console->run();
phpunit
License MIT
统计信息
- 总下载量: 2.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-16