Download the PHP package mekras/php-systemd without Composer
On this page you can find all versions of the php package mekras/php-systemd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-systemd
php-systemd
Object-oriented interface to systemd.
Watchdog
systemd watchdog restarts frozen service.
use Mekras\SystemD\SystemD;
$systemd = new SystemD();
$keepAlive = $systemd->watchdog()->isEnabled();
//...
while (true) {
if ($keepAlive) {
$systemd->watchdog()->ping();
}
//...
}
All versions of php-systemd with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package mekras/php-systemd contains the following files
Loading the files please wait ....