Download the PHP package henzeb/laravel-pipeline-factory without Composer
On this page you can find all versions of the php package henzeb/laravel-pipeline-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henzeb/laravel-pipeline-factory
More information about henzeb/laravel-pipeline-factory
Files in henzeb/laravel-pipeline-factory
Package laravel-pipeline-factory
Short Description Compose complex pipelines
License AGPL-3.0-only
Homepage https://github.com/henzeb/laravel-pipeline-factory
Informations about the package laravel-pipeline-factory
Laravel Pipeline Factory
Laravel has a convenient Pipeline to be used to separate the logic in a way that allows modifying an object and allows for easy interchangeable components.
Laravel Pipeline Factory takes it a step further and gives you a couple of 'pipes' to help you build a more complex pipeline.
Example
``
Installation
Just install with the following command.
usage
Every pipe included in this package is invokable. This means you
don't have to stick with handle
as it's via
method.
The following pipes are available:
- The Adapter Pipe
- The Conditional Pipe
- The Contextless Pipe
- The Definition Pipe
- The Each Pipe
- The Events Pipe
- The Job Pipe
- The Queue Pipe
- The Rescue Pipe
- The Resolving Pipe
- The Throw Pipe
- The Transaction Pipe
- The While / Until Pipe
Testing this package
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The GNU AGPLv. Please see License File for more information.