PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Yasir Siddiqui   PHP Circuit Breaker class   README.md   Download  
File: README.md
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Circuit Breaker class
Test if a service is ready checking status first
Author: By
Last change: Update of README.md
Date: 2 months ago
Size: 409 bytes
 

Contents

Class file image 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