2017 © Pedro Peláez
 

library ospek-cli

run php file and command in background

image

ospek/ospek-cli

run php file and command in background

  • Tuesday, March 13, 2018
  • by ospek
  • Repository
  • 0 Watchers
  • 0 Stars
  • 522 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Install:, (*2)

$ composer global require ospek/ospek-cli

or build, (*3)

$ git clone https://github.com/os-pek/ospek-cli.git
$ cd ospek-cli
$ composer install
$ ./vendor/bin/box build
$ mv ospek.phar /local/bin/ospek

Start php in background:, (*4)

$ ospek start <php file>

option: - --pid , -p : path file to store pid - --output, -o : path file to store output, (*5)

Check pid status:, (*6)

$ ospek status <pid>

option: - --file, -f : path file contain pid, (*7)

Kill process:, (*8)

$ ospek kill <pid>

option: - --file, -f : path file contain pid, (*9)

Start other program:, (*10)

$ ospek sh <'command'>

option: - --pid , -p : path file to store pid - --output, -o : path file to store output, (*11)

The Versions

13/03 2018

dev-master

9999999-dev https://os-pek.github.io

run php file and command in background

  Sources   Download

MIT

The Requires

 

The Development Requires

by ospek project

process background daemon windows linux osx ospek

13/03 2018

1.0.1

1.0.1.0 https://os-pek.github.io

run php file and command in background

  Sources   Download

MIT

The Requires

 

The Development Requires

by ospek project

process background daemon windows linux osx ospek

11/03 2018

1.0

1.0.0.0 https://os-pek.github.io

run php file and command in background

  Sources   Download

MIT

The Requires

 

The Development Requires

by ospek project

process background daemon windows linux osx ospek