Download the PHP package l-queue/l-client without Composer
On this page you can find all versions of the php package l-queue/l-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package l-client
Introduction
A nats or redis queue client in PHP
Install
Basic Usage
Nats Client
NATS is an open-source, cloud-native messaging system. In addition to functioning as the “nervous system” for the Apcera platform, companies like Baidu, Siemens, VMware, HTC, and Ericsson rely on NATS for its highly performant and resilient messaging capabilities.
Nats Queue
This library supported publish,request and subscribe function.
pub
subscribe
pubsub
request
Nats Option
Configure some parameters
username and password
host port
timeout
Redis Queue Client
Just packaging some redis function.
Redis Queue
publish
Enter the queue use lpush
Redis Option
Configure some parameters
password
host port
timeout
License
MIT
All versions of l-client with dependencies
PHP Build Version
Package Version
Requires
phpunit/phpunit Version
6.5.5
The package l-queue/l-client contains the following files
Loading the files please wait ....