Registry / messaging / hyperf-nsq

hyperf-nsq

JSON →
library3.1.63phppackagistunverified

A nsq library for Hyperf, providing NSQ messaging integration.

composer require hyperf/nsq
INSTALL
IMPORT
SIG · HYPERF-NSQ
H
hyperf-nsq
messagingphpv3.1.63
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Nsq
✓ use Hyperf\Nsq\Nsq;

Publish a message to an NSQ topic.

use Hyperf\Nsq\Nsq; $nsq = new Nsq(['host' => '127.0.0.1', 'port' => 4150]); $nsq->publish('topic', 'message');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.63latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
hyperf-nsq — pip install hyperf-nsq · libregistry