2017 © Pedro Peláez
 

library shellrun

Command Line OOP-style executor.

image

folleah/shellrun

Command Line OOP-style executor.

  • Friday, June 1, 2018
  • by Folleah
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

require 'vendor/autoload.php';, (*1)

// run php in interactive mode $runtime = (new Command('php')) ->withArg('-a') ->runtime();, (*2)

$runtime->write("echo 'test';"); $runtime->read(); /** * Interactive mode enabled * test */ ```, (*3)

The Versions

01/06 2018

dev-master

9999999-dev

Command Line OOP-style executor.

  Sources   Download

The Requires

  • php ^7.0

 

by Avatar Folleah

01/06 2018

v0.2.4

0.2.4.0

Command Line OOP-style executor.

  Sources   Download

The Requires

  • php ^7.0

 

by Avatar Folleah

01/06 2018

v0.2.3

0.2.3.0

Command Line OOP-style executor.

  Sources   Download

The Requires

  • php ^7.0

 

by Avatar Folleah

30/05 2018

0.2.0

0.2.0.0

Command Line OOP-style executor.

  Sources   Download

The Requires

  • php ^7.0

 

by Avatar Folleah