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 <askemailbox@gmail.com>
This commit is contained in:
Akihito Nakano 2024-03-11 03:42:41 +09:00 committed by GitHub
parent 52b89b4d1b
commit 41fb5db013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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.