2 Star 6 Fork 1

yuntian001 / multi-process-queue

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
composer.json 773 Bytes
Copy Edit Raw Blame History
yuntian001 authored 2023-01-03 17:32 . 版本升级
{
"name": "yuntian001/multi-process-queue",
"description": "基于swoole的多进程队列系统,\n支持一键协程、多进程、低延时(最低毫秒级)、低资源占用、高可用。可与 laravel thinkphp 等框架配合使用",
"version":"2.1.3",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "yuntian001"
}
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"monolog/monolog": "^2.2",
"opis/closure": "^3.6",
"nategood/commando": "^0.4.0"
},
"autoload": {
"psr-4": {
"MPQueue\\": "src",
"MPQueueTest\\": "test"
}
},
"suggest": {
"php": ">=7.1",
"ext-swoole": ">=4.4"
}
}
PHP
1
https://gitee.com/hzhangjiayun/multi-process-queue.git
git@gitee.com:hzhangjiayun/multi-process-queue.git
hzhangjiayun
multi-process-queue
multi-process-queue
main

Search