iamgold / phppipeline
There is no license information available for the latest version (1.0.0) of this package.
This is a lightweight library for manipulating graphics magick commands in PHP.
1.0.0
2019-08-18 17:20 UTC
Requires
- php: >=7.0.4
This package is auto-updated.
Last update: 2026-03-13 07:36:07 UTC
README
This is a designt pattern for pipeline in PHP.
You could use that build a chain command when implementing serveral
handler and add to handler list.
Installation
composer require iamgold\phppipeline
Usage
-
Implement handler
-
Create Handler list
-
Added handler to list and created command for executing.