Files
nsqphp/README.md

1.3 KiB

Nsq PHP

A NSQ Client library for PHP.

Latest Stable Version Total Downloads Latest Unstable Version License codecov

Installation

This library is installable via Composer:

composer require nsq/nsq

Requirements

This library requires PHP 7.4 or later.

Although not required, it is recommended that you install the phpinnacle/ext-buffer to speed up phpinnacle/buffer .

Features

  • PUB
  • SUB
  • Feature Negotiation
  • Discovery
  • Backoff
  • TLS
  • Snappy
  • Sampling
  • AUTH

License:

The MIT License (MIT). Please see LICENSE for more information.