An open API service indexing awesome lists of open source software.

https://github.com/slavcodev/chain-of-responsibility

An implementation of the Chain of Responsibility
https://github.com/slavcodev/chain-of-responsibility

chain chain-of-command chain-of-responsibility pipeline

Last synced: 4 months ago
JSON representation

An implementation of the Chain of Responsibility

Awesome Lists containing this project

README

        

# Chain

[![Software License][ico-license]][link-license]
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]

An implementation of the [Chain of Responsibility][link-wiki]

## Install

Using [Composer](https://getcomposer.org)

```bash
composer require z-ee/chain-of-responsibility
```

## Usage

_TBD_

## Testing

```bash
# install required files
composer self-update
composer install

# run the test (from project root)
phpunit
```

## Contributing

Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.

## Credits

- [Veaceslav Medvedev](https://github.com/slavcodev)
- [All Contributors](../../contributors)

## License

Please see [LICENSE][link-license] for more information.

[ico-version]: https://img.shields.io/packagist/v/z-ee/chain-of-responsibility.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/License-BSD%202--Clause-blue.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/zee/chain-of-responsibility/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/zee/chain-of-responsibility.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/zee/chain-of-responsibility.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/z-ee/chain-of-responsibility
[link-license]: LICENSE
[link-travis]: https://travis-ci.org/zee/chain-of-responsibility
[link-scrutinizer]: https://scrutinizer-ci.com/g/zee/chain-of-responsibility/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/zee/chain-of-responsibility
[link-wiki]: https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern