16 Star 42 Fork 11

inhere / php-queue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "inhere/queue",
"type": "library",
"description": "queue library of the php",
"keywords": ["library","queue", "php-queue", "db-queue", "sysv-queue", "redis-queue","php"],
"homepage": "https://github.com/inhere/php-queue",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://www.yzone.net/"
}
],
"require": {
"php": ">7.0.0",
"inhere/shm": "~1.0",
"mylib/simple-event": "~1.0",
"mylib/obj-utils": "~1.0"
},
"autoload": {
"psr-4": {
"Inhere\\Queue\\" : "src/"
}
},
"suggest": {
"inhere/console": "a lightweight php console application library.",
"inhere/php-validate": "Very lightweight data validate tool"
}
}
PHP
1
https://gitee.com/inhere/php-queue.git
git@gitee.com:inhere/php-queue.git
inhere
php-queue
php-queue
master

搜索帮助