lxyempire/nsq
最新稳定版本:1.0.0
Composer 安装命令:
composer require lxyempire/nsq
包简介
README 文档
README
NSQ client for laravel
Requirements
| Dependency | Requirement |
|---|---|
| PHP | >= 8.0 |
| Swoole | The Newer The Better No longer support PHP5 since 2.0.12 |
Installation
pecl install swoole
composer require lxy/nsq
Usage
Set env
NSQSD_URL=127.0.0.1:4150
NSQLOOKUP_URL=127.0.0.1:4161
# If it is multiple, please separate them with ","
NSQSD_URL=127.0.0.1:4150,127.0.0.1:4151
Create Job
php artisan make:job NsqTestJob
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-13