library php-systemd
Object-oriented PHP interface to systemd
mekras/php-systemd
Object-oriented PHP interface to systemd
- Monday, April 18, 2016
- by Mekras
- Repository
- 2 Watchers
- 5 Stars
- 1,428 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 1 % Grown
php-systemd
Object-oriented interface to systemd., (*1)
, (*2)
Watchdog
systemd
watchdog
restarts frozen service., (*3)
```php
use Mekras\SystemD\SystemD;, (*4)
$systemd = new SystemD();
$keepAlive = $systemd->watchdog()->isEnabled();, (*5)
//..., (*6)
while (true) {
if ($keepAlive) {
$systemd->watchdog()->ping();
}
//...
}, (*7)
dev-master
9999999-dev
Object-oriented PHP interface to systemd
Sources
Download
MIT
The Requires
The Development Requires
by
Михаил Красильников
systemd
v0.1
0.1.0.0
Object-oriented PHP interface to systemd
Sources
Download
MIT
The Requires
The Development Requires
by
Михаил Красильников
systemd