Download the PHP package lemonde/php-circuit-breaker-bundle without Composer
On this page you can find all versions of the php package lemonde/php-circuit-breaker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lemonde/php-circuit-breaker-bundle
More information about lemonde/php-circuit-breaker-bundle
Files in lemonde/php-circuit-breaker-bundle
Package php-circuit-breaker-bundle
Short Description Circuit breaker to symfony
License MIT
Informations about the package php-circuit-breaker-bundle
php-circuit-breaker-bundle
Description
Everything is MIT licensed and unsupported unless otherwise stated. Use at your own risk.
Implement circuit breaker pattern see here http://martinfowler.com/bliki/CircuitBreaker.html.
You can find explanation in french here https://medium.com/eleven-labs/le-circuit-breaker-k%C3%A9sako-4763e13a4a03
How to install ?
Requirements
-
=PHP 7
- use LoggerInterface
- use CacheInterface
Add in your AppKernel.php
Add in your config.yml
And add config to CacheInterface in your config.yml
How to use ?
Before your service's call
You need to send status on service to each call
How to contribute ?
You can add issue, and create pull request. https://github.com/lemonde/php-circuit-breaker-bundle/blob/master/.github/CONTRIBUTING.md