PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP Execute Shell Command   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Execute Shell Command
Execute system command piping input and output
Author: By
Last change:
Date: 4 years ago
Size: 485 bytes
 

Contents

Class file image Download
{ "name": "poirot/exec", "description": "Execute system commands.", "type" : "library", "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ], "require": { "poirot/std": "dev-master", "poirot/stream": "dev-master" }, "target-dir": "Poirot/Exec", "autoload" : { "psr-0": { "Poirot\\Exec": "." } } }