Download the PHP package guglielmopepe/rings without Composer
On this page you can find all versions of the php package guglielmopepe/rings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guglielmopepe/rings
More information about guglielmopepe/rings
Files in guglielmopepe/rings
Package rings
Short Description A package for pipeline, macro and middleware
License MIT
Homepage https://github.com/GuglielmoPepe/rings
Informations about the package rings
Rings
Rings allows you to create and dispatch sequential, decorable, filterable and/or composable pipelines.
Table of Contents
- Benefits
- Features
- Prerequisites
- Installation
- Usage
- Documentation
- Support
- Faq
- Contributing
- Contacts
- Roadmap
- Change log
- License
Benefits
- Be highly composable.
- Be immutable.
Features
Rings are implemented as immutable chains. When you enqueue a new decorator, a new stage will be created with the added decorator.
You can enqueue decorators that add functionality to the pipeline. You can enqueue decorators that filter the operations to be done on data. You can enqueue decorators which add sub pipelines.
This makes pipelines easy to reuse, highly composable, and minimizes side-effects.
Prerequisites
- PHP 7.2.0
Yes, that's the only hard requirement.
Installation
Use Composer
Usage
Documentation
Create pipeline like macro
Create pipeline with filter
Support
If you have a request, please create a GitHub issue.
If you discover a security vulnerability, please send an email to Guglielmo Pepe at info@guglielmopepe.com. All security vulnerabilities will be promptly addressed.
Faq
To do
Contributing
If you want to say thank you and/or support the active development of Rings
:
- Add a GitHub Star to the project.
- Share the project on social media.
- Write a review or tutorial on Medium, Dev.to or personal blog.
Contacts
If you need information please send an email to info@guglielmopepe.com.
Roadmap
See the list of open issues:
Change log
Please see Changelog file for more information on what has changed recently.
License
Distributed under the MIT License. Please see License File for more information.