Initial commit
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@ -0,0 +1,42 @@
|
||||
# Nsq PHP
|
||||
|
||||
<img src="https://github.com/nsqphp/nsqphp/raw/main/logo.png" alt="" align="left" width="150">
|
||||
|
||||
A NSQ Client library for PHP.
|
||||
|
||||
[](//packagist.org/packages/nsq/nsq) [](//packagist.org/packages/nsq/nsq) [](//packagist.org/packages/nsq/nsq) [](//packagist.org/packages/nsq/nsq)
|
||||
[](https://codecov.io/gh/nsqphp/nsqphp)
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
This library is installable via [Composer](https://getcomposer.org/):
|
||||
|
||||
```bash
|
||||
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](https://github.com/phpinnacle/ext-buffer) to speed up [phpinnacle/buffer](https://github.com/phpinnacle/buffer) .
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- [x] SUB
|
||||
- [x] PUB
|
||||
- [ ] Feature Negotiation
|
||||
- [ ] Discovery
|
||||
- [ ] Backoff
|
||||
- [ ] TLS
|
||||
- [ ] Snappy
|
||||
- [ ] Sampling
|
||||
- [ ] AUTH
|
||||
|
||||
License:
|
||||
--------
|
||||
|
||||
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).
|
Reference in New Issue
Block a user