ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.95k stars 5.08k forks source link

Add Ganesha - PHP implementation of Circuit Breaker pattern. #894

Closed ackintosh closed 8 months ago

ackintosh commented 6 years ago

Description

Ganesha is PHP implementation of Circuit Breaker pattern which has multi strategies to avoid cascading failures and supports various storages to record statistics.

Features

ackintosh commented 6 years ago

The failing test will be fixed by https://github.com/ziadoz/awesome-php/pull/895 😌

ackintosh commented 5 years ago

I've filed the PR to fix the CI failures. 😌 https://github.com/ziadoz/awesome-php/pull/996