From f5b614be18108c515a3bf50878214ffb5e2bdf91 Mon Sep 17 00:00:00 2001 From: Rio Rizky Rainey Ferbiansyah Date: Tue, 23 Jun 2020 08:32:40 +0700 Subject: [PATCH] Add Pub/Sub Redis PHP Repository Add Pub/Sub Redis PHP Repository --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c552633..18ed864 100644 --- a/README.md +++ b/README.md @@ -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.*