Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.07 KB

README.md

File metadata and controls

37 lines (29 loc) · 2.07 KB

system_daemon

Build Status Gittip donate button Flattr donate button PayPayl donate button BitCoin donate button

System_Daemon is a PHP class that allows developers to create their own daemon applications on Linux systems. The class is focussed entirely on creating & spawning standalone daemons.

To install with composer, add this to your composer.json file:

    "repositories": [
            {
                    "type": "vcs",
                    "url": "https://github.com/kvz/system_daemon"
            }
    ],
    "require": {
            "kvz/system_daemon": "dev-master"
    }

More info at: