cfv1000/phalcon-cli-boilerplate
Composer 安装命令:
composer require cfv1000/phalcon-cli-boilerplate
包简介
A phalcon boilerplate for CLI tools
关键字:
README 文档
README
Features
- working examples of usage
- easy and clear to setup
- handler for missing command
- custom DI example
example of usage
php bin/phalcon invalid:task --option --param=value - this will trigger the default task. No registered task with given name
php bin/phalcon task --param=value -option - example of registered task (no namespace)
php bin/phalcon ns:task --param=value -option - example of registered task with namespace
Requirements
- php 7
- phalcon extension for php
Note: On Ubuntu, this can be run like ./bin/phalcon command --args
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-15