1 Star 0 Fork 3

jee/fastD

forked from janhuang/fastD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
JanHuang 提交于 2018-01-26 21:43 . optimize directory
{
"name": "fastd/fastd",
"type": "library",
"license": "MIT",
"description": "The FastD High Performance API Framework",
"minimum-stability": "stable",
"keywords": ["Framework", "API", "Swoole", "FastD"],
"homepage": "https://fastdlabs.com",
"authors": [
{
"name": "janhuang",
"email": "bboyjanhuang@gmail.com"
}
],
"autoload": {
"psr-4": {
"FastD\\": "src"
},
"files": [
"helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"": "app/src"
}
},
"require": {
"php": ">=5.6",
"fastd/container": "^3.0",
"fastd/http": "^3.0",
"fastd/middleware": "^1.0",
"fastd/config": "^3.2",
"fastd/routing": "^3.0",
"fastd/swoole": "^2.0",
"fastd/testing": "^0.3",
"fastd/migration": "^0.1",
"fastd/query-builder": "^2.0",
"catfan/Medoo": "~1.2.0",
"symfony/cache": "^3.0",
"monolog/monolog": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"phpunit/dbunit": "^2.0",
"symfony/http-foundation": "^3.0"
},
"bin": [
"bin/console",
"bin/client",
"bin/server",
"bin/process"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jempson/fastD.git
git@gitee.com:jempson/fastD.git
jempson
fastD
fastD
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385