1 Star 0 Fork 25

释冰翼/php-console

forked from inhere/php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2017-04-13 23:26 +08:00 . some update code syntax format for php7
{
"name": "inhere/console",
"type": "library",
"description": "a php console application library.",
"keywords": ["library","console","console-color","command", "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/"
}
},
"suggest": {
"inhere/simple-print-tool": "Very lightweight data printing tools"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/chenwenbin_admin/php-console.git
git@gitee.com:chenwenbin_admin/php-console.git
chenwenbin_admin
php-console
php-console
master

搜索帮助