Skip to content

Commit

Permalink
PHP CircuitBreaker
Browse files Browse the repository at this point in the history
  • Loading branch information
EC-tleckie committed May 22, 2021
1 parent eb117b3 commit 644ad47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

With the powerful Circuit Breaker library you will be able to manage and protect your application from requests that stop working to avoid overloads. The implementation that you will have to do is very simple.

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/teodoroleckie/circuit-breaker/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/teodoroleckie/circuit-breaker/?branch=main)
[![Build Status](https://scrutinizer-ci.com/g/teodoroleckie/circuit-breaker/badges/build.png?b=main)](https://scrutinizer-ci.com/g/teodoroleckie/circuit-breaker/build-status/main)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/teodoroleckie/circuit-breaker/badges/code-intelligence.svg?b=main)](https://scrutinizer-ci.com/code-intelligence)


# Installation:

You can install the package via composer:
Expand Down

0 comments on commit 644ad47

Please sign in to comment.