ganbarodigital / php-process-runner
0.3.2
2015-09-22 19:15 UTC
Requires
- php: >= 5.5
- ganbarodigital/php-data-containers: ^2.1
- ganbarodigital/php-datetime: ^1.0
- ganbarodigital/php-event-stream: ^1.0
- ganbarodigital/php-exceptions: ^1.1
- ganbarodigital/php-file-system: >=0.2, <2.0.0
- ganbarodigital/php-reflection: ^2.7
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 18:38:04 UTC
README
Introduction
The PHP Process Runner library provides an easy-to-use way of running an external CLI command that you can quickly drop into your own project to save you time and effort.
It is based on the CommandLib code from DataSift's Storyplayer.
Installation
Run this command to add this library to your composer.json
file:
composer require ganbarodigital/php-process-runner