PHP Classes

File: examples/lookupd/composer.json

Recommend this page to a friend!
  Classes of Andy Pieters   PHP Systemd Daemon Notify   examples/lookupd/composer.json   Download  
File: examples/lookupd/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Systemd Daemon Notify
Interact with Systemd Notification Deamon
Author: By
Last change:
Date: 6 years ago
Size: 425 bytes
 

Contents

Class file image Download
{ "name": "aethalides/lookupd-example", "description": "Example service to interact with Systemd Notify", "type": "project", "license": "GPL-3.0", "version": "1.0.0", "authors": [ { "name": "Aethalides", "email": "Aethalides@AndyPieters.me.uk" } ], "require": { "aethalides/systemd-notify" : "dev-master", "php": ">=7.1.0", "ext-sockets": "*" } }