iamgold / phppipeline
This is a lightweight library for manipulating graphics magick commands in PHP.
Installs: 3 224
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.0.4
This package is auto-updated.
Last update: 2024-11-13 05:00:51 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.