marcosdsanchez/chainable

An easy way to chain responsibilities until a successful response is given or the chain finishes.

v0.1.1 2015-03-16 18:44 UTC

This package is auto-updated.

Last update: 2024-09-26 06:27:28 UTC


README

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