1.0.0 2023-01-13 07:12 UTC

This package is auto-updated.

Last update: 2024-05-13 10:05:48 UTC


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