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.
PHP 5.6+
Install via composer:
php composer.phar require marcosdsanchez/chainable:~0.1.1