44 Star 82 Fork 32

RockYang / herosphp-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
chenzifan 提交于 2022-09-29 17:59 . fix code
{
"name": "herosphp/framework",
"description": "a lightweight and high performance PHP web development framework base on Workerman",
"type": "framework",
"keywords": [
"php framework",
"herosphp",
"lightweight",
"workerman"
],
"homepage": "https://github.com/yangjian102621/herosphp",
"license": "MIT",
"authors": [
{
"name": "blackfox",
"email": "yangjian102621@gmail.com"
}
],
"require": {
"php": "^8.1",
"workerman/workerman": "^4.0",
"nikic/fast-route": "^1.3"
},
"autoload": {
"psr-4": {
"herosphp\\": "./src"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.7"
},
"minimum-stability": "stable",
"suggest": {
"ext-event": "For better performance. "
},
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"analyse": "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
}
}
PHP
1
https://gitee.com/blackfox/herosphp.git
git@gitee.com:blackfox/herosphp.git
blackfox
herosphp
herosphp-framework
master

搜索帮助