dflourusso/php-background-proccess

1.0.2 2016-11-07 12:50 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:52:48 UTC


README

Installation

$ composer require dflourusso/php-background-proccess

Usage example

$bg = new BackgroundProccess('teste', __DIR__ . '/tmp/background-proccess');

$bg->run(__DIR__ . '/bin/test_bg_task.php');

Avaliable methods

  • run
  • isRunning
  • stop
  • getPid

Authors