2017 © Pedro Peláez
 

library shell-command

Shell command module for PHP.

image

sp4ceb4r/shell-command

Shell command module for PHP.

  • Saturday, February 3, 2018
  • by sp4ceb4r
  • Repository
  • 2 Watchers
  • 1 Stars
  • 392 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 7 Versions
  • 123 % Grown

The README.md

Build Status License , (*1)

shell-command

A simple wrapper of the php proc_open command., (*2)

Simplifies running and interacting with shell commands within a php script., (*3)

Getting Started

$process = Process::make(Command::make('sleep')->withArgs(5))
    ->runAsync();
$process->wait(2);

Installing

composer require sp4ceb4r/shell-command

Running the tests

phpunit tests

The Versions

03/02 2018

dev-master

9999999-dev

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-pcntl *

 

The Development Requires

by Jacob Schofield

command process shell

11/01 2018

dev-update-readme

dev-update-readme

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-pcntl *

 

The Development Requires

by Jacob Schofield

command process shell

08/01 2018

v0.2.0

0.2.0.0

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-pcntl *

 

The Development Requires

by Jacob Schofield

command process shell

15/12 2017

dev-patch-1

dev-patch-1

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Jacob Schofield

command process shell

13/01 2016

v0.1.2

0.1.2.0

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Jacob Schofield

command process shell

13/01 2016

v0.1.1

0.1.1.0

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Jacob Schofield

command process shell

13/01 2016

v0.1.0

0.1.0.0

Shell command module for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Jacob Schofield

command process shell