Download the PHP package webfan3/php-easy-breaker without Composer
On this page you can find all versions of the php package webfan3/php-easy-breaker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-easy-breaker
Circuit Breaker
Circuit breaker is heavily used in microservice architecture to find issues between microservices calls.
The main idea is to protect your code from making unnecessary call if the microservice you call is down.
Features
- Automatic update. (i.e you don't have to manually add success or failure method like other library)
- Return result from the protected function
- Retry timeout
- Exclude some exceptions from being throwned, return null instead.
- Multiprocess updates handled with a cache library. Supports all cache provider from (doctrine cache library).
- Event powered
Full Example:
All versions of php-easy-breaker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0 | >=7.2
doctrine/cache Version *
symfony/options-resolver Version *
symfony/event-dispatcher Version *
doctrine/cache Version *
symfony/options-resolver Version *
symfony/event-dispatcher Version *
The package webfan3/php-easy-breaker contains the following files
Loading the files please wait ....