PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andy Pieters   PHP Systemd Daemon Notify   composer.json   Download  
File: 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: Added lookupd example
Date: 6 years ago
Size: 526 bytes
 

Contents

Class file image Download
{ "name": "aethalides/systemd-notify", "description": "Interact with the Systemd Notify daemon for service lifecycle integration", "type": "library", "license": "GPL-3.0", "version": "0.0.1", "authors": [ { "name": "Aethalides", "email": "Aethalides@AndyPieters.me.uk" } ], "require": { "php": ">=7.1.0", "ext-sockets": "*" }, "autoload": { "psr-4": { "Aethalides\\Systemd\\Notify\\": "src/" } } }