PHP code example of ksaveras / circuit-breaker-bundle
1. Go to this page and download the library: Download ksaveras/circuit-breaker-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ksaveras / circuit-breaker-bundle example snippets
// config/bundles.php
return [
// ...
Ksaveras\CircuitBreakerBundle\KsaverasCircuitBreakerBundle::class => ['all' => true],
];