ganbarodigital / php-mv-instruction-pipeline
v1.2017040701
2017-04-07 21:50 UTC
Requires
- php: >= 5.5
- ganbarodigital/php-mv-defensive: ^1.2016082401
- ganbarodigital/php-mv-exception-helpers: ^1.2016061902
- ganbarodigital/php-the-missing-bits: dev-develop as 1.10.0
Requires (Dev)
- couscous/couscous: dev-develop
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-10-27 03:21:18 UTC
README
Introduction
The Instruction Pipeline for PHP provides a way to assemble and execute commands, built from pipelines of smaller, reusable instructions. You can drop this package into your own project to save you time and effort.
Installation
Run this command to add this library to your composer.json
file:
composer require ganbarodigital/php-mv-instruction-pipeline
Usage
See our docs page for a tutorial and reference documentation.