23 Star 90 Fork 26

inhere/php-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Inhere 提交于 2021-12-09 14:41 . up: update dep toolkit/pflag to 2.0
{
"name": "inhere/console",
"type": "library",
"description": "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": "https://github.com/inhere"
}
],
"require": {
"php": ">8.0.1",
"toolkit/cli-utils": "~2.0",
"toolkit/fsutil": "~2.0",
"toolkit/pflag": "~2.0",
"toolkit/stdlib": "^2.0",
"toolkit/sys-utils": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1"
},
"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"
},
"scripts": {
"check-cs": "./php-cs-fixer fix --dry-run --diff --diff-format=udiff",
"cs-fix": "./php-cs-fixer fix"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/inhere/php-console.git
git@gitee.com:inhere/php-console.git
inhere
php-console
php-console
master

搜索帮助