1 Star 3 Fork 25

yg178/php-console

forked from inhere/php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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": ["library","console","console-color", "command", "command-line", "cli", "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.0.0"
},
"autoload": {
"psr-4": {
"Inhere\\Console\\" : "src/"
}
},
"autoload-dev": {
"psr-4": {
"Inhere\\Console\\Tests\\" : "tests/"
}
},
"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/hwsyy/php-console.git
git@gitee.com:hwsyy/php-console.git
hwsyy
php-console
php-console
master

搜索帮助