-
Notifications
You must be signed in to change notification settings - Fork 48
install
Inhere edited this page Oct 16, 2021
·
3 revisions
- 使用 composer 命令
composer require inhere/console
- 使用
composer.json
编辑 composer.json
,在 require
添加
"inhere/console": "^4.0", // 需要 php > 7.3
"inhere/console": "^3.0", // 需要 php > 7.1
"inhere/console": "^2.0", // 需要 php > 7.0
"inhere/console": "dev-master", // latest code
// "inhere/console": "^1.0", // for php5, php > 5.6
然后执行: composer update
- 直接拉取
git clone https://gitee/inhere/php-console.git // gitee
git clone https://github.com/inhere/php-console.git // github
我的其他PHP项目
- inhere/kite 方便本地开发和使用的个人CLI工具应用
- php-toolkit/pflag PHP编写的,通用的命令行标志(选项和参数)解析库
- phppkg/easytpl 使用简单且快速的 PHP 模板引擎
- inhere/php-validate 一个简洁小巧且功能完善的php验证库
- inhere/sroute 轻量且快速的HTTP请求路由库