1 Star 0 Fork 1

wangnanbo/yii2-webshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Makarov 提交于 2016-03-04 04:00 . Fixed Yii requirement to ~2.0.0
{
"name": "samdark/yii2-webshell",
"description": "A web shell that allows to run yii console commands and create your own commands.",
"type": "yii2-extension",
"keywords": ["yii2","extension","webshell","console","shell"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Makarov",
"email": "sam@rmcreative.ru"
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"bower-asset/jquery.terminal": "~0.8.8"
},
"autoload": {
"psr-4": {
"samdark\\webshell\\": ""
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/nanbowang/yii2-webshell.git
git@gitee.com:nanbowang/yii2-webshell.git
nanbowang
yii2-webshell
yii2-webshell
master

搜索帮助