1 Star 0 Fork 26

gavin.kou / mix

forked from mix-php / mix 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mix/api-skeleton",
"description": "API development skeleton",
"type": "project",
"homepage": "https://openmix.org/mix-php",
"license": "Apache-2.0",
"scripts": {
"cliserver:start": "php -S localhost:8000 public/index.php",
"swoole:start": "php bin/swoole.php",
"swooleco:start": "php bin/swooleco.php",
"workerman:start": "php bin/workerman.php start",
"cli:clearcache": "php bin/cli.php clearcache"
},
"autoload": {
"psr-4": {
"App\\": "src/"
},
"files": [
"src/functions.php"
]
},
"require": {
"workerman/workerman": "^4.0",
"mix/init": "~3.0.0",
"mix/vega": "~3.0.0",
"mix/cli": "~3.0.0",
"mix/database": "~3.0.0",
"mix/redis": "~3.0.0",
"vlucas/phpdotenv": "^5.3",
"hassankhan/config": "^2.2",
"monolog/monolog": "^2.3",
"firebase/php-jwt": "^5.4"
},
"require-dev": {
"swoole/ide-helper": "^4.6"
}
}
PHP
1
https://gitee.com/gavinkou/mix.git
git@gitee.com:gavinkou/mix.git
gavinkou
mix
mix
master

搜索帮助