Add Pub/Sub Redis PHP Repository

Add Pub/Sub Redis PHP Repository
This commit is contained in:
Rio Rizky Rainey Ferbiansyah 2020-06-23 08:32:40 +07:00 committed by GitHub
parent 62d64a6131
commit f5b614be18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
* [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C.
* [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
* [Pub/Sub Redis PHP](https://github.com/RioRizkyRainey/pubsub-redis-php) - Simple event-driven asynchronous use Redis Pub/Sub for PHP
### Logging
*Libraries for generating and working with log files.*