Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 893 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 893 Bytes

Chainable

This library aims at providing an easy way to chain responsibilities until a successful response is given or the chain finishes. The library is based on the chain of responsibility pattern but does not blindly follow it.

Build Status Scrutinizer Code Quality Code Coverage

Requirements

PHP 5.6+

Installation

Install via composer:

php composer.phar require marcosdsanchez/chainable:~0.1.1