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

This package is auto-updated.

Last update: 2024-03-13 03:32:02 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

  1. Implement handler

  2. Create Handler list

  3. Added handler to list and created command for executing.