1 Star 0 Fork 0

third-repo/php-pm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "php-pm/php-pm",
"description": "PHP-PM is a process manager, supercharger and load balancer for PHP applications.",
"license": "MIT",
"require": {
"php": "^7.1",
"ext-pcntl": "*",
"symfony/console": "^3.4|^4|^5",
"symfony/error-handler": "^4.4|^5",
"symfony/process": "^3.4|^4|^5",
"react/event-loop": "^1.0",
"react/http": "^1.0",
"react/stream": "^1.0",
"react/socket": "^1.0",
"react/child-process": "^0.6",
"psr/http-server-handler": "^1.0",
"ringcentral/psr7": "^1.2",
"psr/http-message": "^1.0.1",
"react/cache": "^0.4",
"react/promise": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0",
"friendsofphp/php-cs-fixer": "^2.16.7",
"phpstan/phpstan": "^0.12.58",
"drew/debug-statements-fixers": "^0.5.0"
},
"autoload": {
"psr-4": {
"PHPPM\\": "src"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"PHPPM\\Tests\\": "tests"
}
},
"suggest": {
"php-pm/httpkernel-adapter": "HttpKernel adapter for Symfony and Laravel frameworks"
},
"bin": [
"bin/ppm"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/third-repo/php-pm.git
git@gitee.com:third-repo/php-pm.git
third-repo
php-pm
php-pm
master

搜索帮助