6 Star 8 Fork 3

微擎 / 软擎框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "w7/rangine",
"description": "微擎基于Swoole框架",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "RenChao",
"email": "donknap@gmail.com"
}
],
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.3.0",
"w7/rangine-http-message": "~2.0",
"w7/rangine-database-tool": "*",
"w7/rangine-lang": "*",
"w7/rangine-cache-model": "~2.0",
"w7/rangine-command": "*",
"illuminate/database": "~5.8",
"illuminate/events": "~5.8",
"illuminate/validation": "~5.8",
"illuminate/pagination": "~5.8",
"guzzlehttp/guzzle": "~6.0",
"nikic/fast-route": "^1.3",
"monolog/monolog": "^1.23",
"dragonmantank/cron-expression": "^2.2",
"psr/http-server-middleware": "^1.0",
"vlucas/phpdotenv": "^3.3",
"symfony/console": "^4.2",
"filp/whoops": "^2.3",
"twig/twig": "^2.0",
"smarty/smarty": "^3.1",
"pimple/pimple": "^3.2"
},
"require-dev": {
"swoole/ide-helper": "^4.4",
"symfony/var-dumper": "^4.1",
"w7/php-cs-fixer": "^1.0"
},
"autoload": {
"psr-4": {
"W7\\": "Src/"
},
"files": [
"Src/Core/Helper/Functions.php",
"Src/Core/Config/Define.php"
]
},
"bin": [
"bin/rangine-server",
"bin/rangine-gerent"
]
}
PHP
1
https://gitee.com/we7coreteam/w7-rangine.git
git@gitee.com:we7coreteam/w7-rangine.git
we7coreteam
w7-rangine
软擎框架
master

搜索帮助