1 Star 9 Fork 0

mix-php / vega

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
onanying 提交于 2021-09-09 19:37 . feat:vega:优化json序列化
{
"name": "mix/vega",
"description": "Mix Vega is a HTTP web framework written in PHP support Swoole, WorkerMan",
"type": "framework",
"keywords": [
"mix",
"vega",
"framework"
],
"homepage": "https://openmix.org/mix-php",
"license": "Apache-2.0",
"authors": [
{
"name": "liu,jian",
"email": "coder.keda@gmail.com"
}
],
"require": {
"php": ">=7.3.0",
"nikic/fast-route": "^1.3",
"mix/http-message": "~3.0.0",
"mix/view": "~3.0.0"
},
"require-dev": {
"swoole/ide-helper": "dev-master",
"workerman/workerman": "^4.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Mix\\Vega\\": "src/"
}
}
}
PHP
1
https://gitee.com/mix-php/vega.git
git@gitee.com:mix-php/vega.git
mix-php
vega
vega
master

搜索帮助