2017 © Pedro PelĂĄez
 

library bin-runner

Manage process

image

fezfez/bin-runner

Manage process

  • Monday, February 13, 2017
  • by fezfez
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Bin runner

run command in background and manage it., (*1)

This project is tagged WIP cause of the missing unit test and missing unix driver, (*2)

Install

composer require fezfez/bin-runner

How to use

php server sample, (*3)

start

vendor/bin/bin-runner start "php -S localhost:8887 -t public"
# Process created with alias "php"

Then you can go to localhost:8887, the php server is up, (*4)

status

```bash vendor/bin/bin-runner show, (*5)

+-------+---------------------------------+------+------------+ | alias | command | pid | is running | +-------+---------------------------------+------+------------+ | php | php -S localhost:8887 -t public | 1572 | 1 | +-------+---------------------------------+------+------------+, (*6)


### stop by alias ```bash vendor/bin/bin-runner stop php # php stop successfully

stop by pid

```bash vendor/bin/bin-runner stop 1572, (*7)

php stop successfully


### stop all ```bash vendor/bin/bin-runner stop # php stop successfully

The Versions

13/02 2017

dev-master

9999999-dev https://github.com/fezfez/bin-runner

Manage process

  Sources   Download

The Requires

 

The Development Requires

by Stéphane Demonchaux

manager bin runner

13/02 2017

0.1.1

0.1.1.0 https://github.com/fezfez/bin-runner

Manage process

  Sources   Download

The Requires

 

The Development Requires

by Stéphane Demonchaux

manager bin runner

11/02 2017

0.1.0

0.1.0.0 https://github.com/fezfez/bin-runner

Manage process

  Sources   Download

The Requires

 

The Development Requires

by Stéphane Demonchaux

manager bin runner