Skip to content

kvz/system_daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Discontinued. All the boilerplate required to daemonize php

Resources

Stars

Watchers

Forks

Packages

No packages published