PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Easy PHP Circuit Breaker   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP Circuit Breaker
Check the status of circuit breaker conditions
Author: By
Last change:
Date: 4 years ago
Size: 687 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/php-easy-breaker", "description": "PHP implementation of circuit breaker pattern.", "homepage": "https://github.com/DeGraciaMathieu/php-easy-breaker", "license": "MIT", "keywords": [], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": "^7.4", "illuminate/support": "6.*" }, "require-dev": { "phpunit/phpunit": "^6.5", "mockery/mockery": "^0.9.9" }, "autoload": { "psr-4": { "DeGraciaMathieu\\EasyBreaker\\": "src/" } }, "autoload-dev": { "psr-4": { "DeGraciaMathieu\\EasyBreaker\\Tests\\": "tests/" } } }