2017 © Pedro Peláez
 

library php-systemd

Object-oriented PHP interface to systemd

image

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

The README.md

php-systemd

Object-oriented interface to systemd., (*1)

Latest Stable Version License Build Status Coverage Status, (*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)

The Versions

18/04 2016

dev-master

9999999-dev

Object-oriented PHP interface to systemd

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

by Михаил Красильников

systemd

18/04 2016

v0.1

0.1.0.0

Object-oriented PHP interface to systemd

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

by Михаил Красильников

systemd