From 41fb5db013c5a17013eb26ad292d380d76f11cda Mon Sep 17 00:00:00 2001 From: Akihito Nakano Date: Mon, 11 Mar 2024 03:42:41 +0900 Subject: [PATCH] Add Ganesha - PHP implementation of Circuit Breaker pattern. (#894) * Add Ganesha - PHP implementation of Circuit Breaker pattern. * Move: HTTP -> Miscellaneous --------- Co-authored-by: Alexander Kartavenko --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c667207..8084164 100644 --- a/README.md +++ b/README.md @@ -815,6 +815,7 @@ Libraries to help manage database schemas and migrations. * [Annotations](https://github.com/doctrine/annotations) - An annotation library (part of Doctrine). * [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chatbots. * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimizing autoloading. +* [Ganesha](https://github.com/ackintosh/ganesha) - A PHP implementation of Circuit Breaker pattern. * [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC. * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA). * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.