18 Star 223 Fork 23

GVPmix-php / mix

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
composer.json 945 Bytes
Copy Edit Web IDE Raw Blame History
{
"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",
"swow:start": "php bin/swow.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/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": "^3.0",
"monolog/monolog": "^2.3",
"firebase/php-jwt": "^5.4"
},
"require-dev": {
"swoole/ide-helper": "^4.6"
}
}
PHP
1
https://gitee.com/mix-php/mix.git
git@gitee.com:mix-php/mix.git
mix-php
mix
mix
master

Search

10d9f8b4 4838521 8bde8327 4838521