1 Star 0 Fork 25

agl/php-console

forked from inhere/php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2019-01-15 22:44 +08:00 . update some info
{
"name": "inhere/console",
"type": "library",
"description": "a php console library, provide console argument parse, console controller/command run, color style, user interactive, information show.",
"keywords": [
"cli",
"phar",
"color",
"console",
"console-color",
"command",
"command-line",
"console-application"
],
"homepage": "https://github.com/inhere/php-console",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://www.yzone.net/"
}
],
"require": {
"php": ">7.1.0",
"toolkit/cli-utils": "~1.0",
"toolkit/str-utils": "~1.0",
"toolkit/php-utils": "~1.0",
"toolkit/sys-utils": "~1.0"
},
"autoload": {
"psr-4": {
"Inhere\\Console\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Inhere\\ConsoleTest\\": "test/"
}
},
"suggest": {
"symfony/process": "php process operation",
"padraic/phar-updater": "A thing to make PHAR self-updating easy and secure.",
"text/template": "Single-Class string template engine for PHP5/7 supporting if/loops/filters"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/anyuwang/php-console.git
git@gitee.com:anyuwang/php-console.git
anyuwang
php-console
php-console
master

搜索帮助