-
PHP 5.3.x or upper
-
php_pcntl
-
PECL php_libevent 0.1.0 or upper
/**
* hello.php
*/
// important!!!
declare(ticks=1);
require 'vendor/autoload.php';
use Timandes\CLI\Service;
$oService = Service::create(function() {
// do something ...
});
$oService->start(3);Launch:
$ php hello.phpTerminate safely (assume PID is 1234):
$ kill 1234https://github.com/Timandes/php-service/wiki
Timandes White [email protected]