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
- Host: GitHub
- URL: https://github.com/slavcodev/chain-of-responsibility
- Owner: slavcodev
- License: bsd-2-clause
- Created: 2018-01-05T22:15:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T22:37:07.000Z (over 6 years ago)
- Last Synced: 2025-02-15T08:49:58.654Z (4 months ago)
- Topics: chain, chain-of-command, chain-of-responsibility, pipeline
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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