Download the PHP package asan/nsq-swoole without Composer
On this page you can find all versions of the php package asan/nsq-swoole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asan/nsq-swoole
More information about asan/nsq-swoole
Files in asan/nsq-swoole
Download asan/nsq-swoole
More information about asan/nsq-swoole
Files in asan/nsq-swoole
Vendor asan
Package nsq-swoole
Short Description PHP client for NSQ with Swoole
License MIT
Homepage https://github.com/Janson-Leung/nsq-swoole
Package nsq-swoole
Short Description PHP client for NSQ with Swoole
License MIT
Homepage https://github.com/Janson-Leung/nsq-swoole
Please rate this library. Is it a good library?
Informations about the package nsq-swoole
NSQ-SWOOLE
PHP Swoole client for NSQ.
Requirements
- PHP 5.4 or higher
- Swoole 1.8.6 or higher
Installation
composer require asan/nsq-swoole
Testing it out
Publish:
php tests/PublishTest.php
Subscribe:
php tests/SubscribeTest.php
Publishing
The client supports publishing to N nsqd
servers. which must be specified
explicitly by hostname. And supports publishing multiple messages.
Subscribing
The client supports subscribing from N nsqd
servers, each of which will be
auto-discovered from one or more nslookupd
servers. The way this works is
that nslookupd
is able to provide a list of auto-discovered nodes hosting
messages for a given topic.
All versions of nsq-swoole with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-swoole Version >=1.8.6
ext-swoole Version >=1.8.6
The package asan/nsq-swoole contains the following files
Loading the files please wait ....