Skip to content

marcosdsanchez/chainable

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published