Recommend this page to a friend! |
Classes of Yasir Siddiqui | > | PHP Circuit Breaker class | > | README.md | > | Download |
|
![]() |
php-circuit-breaker-design-pattern-implementation ================================================= This PHP package implements Circuit Breaker Design Pattern. You can track any service you want. All you need to do is configure all services in Config.php. See example.php to see how it works. For more information on Circuit breaker pattern visit http://en.wikipedia.org/wiki/Circuit_breaker_design_pattern |