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.

Maintainers

Package info

github.com/iamgold/phppipeline

pkg:composer/iamgold/phppipeline

Statistics

Installs: 3 234

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2019-08-18 17:20 UTC

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

  1. Implement handler

  2. Create Handler list

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