An open API service indexing awesome lists of open source software.

https://github.com/kvz/system_daemon

Discontinued. All the boilerplate required to daemonize php
https://github.com/kvz/system_daemon

Last synced: 6 months ago
JSON representation

Discontinued. All the boilerplate required to daemonize php

Awesome Lists containing this project

README

        

# system_daemon

[![Build Status](https://secure.travis-ci.org/kvz/system_daemon.png?branch=master)](http://travis-ci.org/kvz/system_daemon "Check this project's build status on TravisCI") [![Gittip donate button](http://img.shields.io/gittip/kvz.png)](https://www.gittip.com/kvz/ "Sponsor the development of system_daemon via Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](https://flattr.com/submit/auto?user_id=kvz&url=https://github.com/kvz/system_daemon&title=system_daemon&language=&tags=github&category=software "Sponsor the development of system_daemon via Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kevin%40vanzonneveld%2enet&lc=NL&item_name=Open%20source%20donation%20to%20Kevin%20van%20Zonneveld&currency_code=USD&bn=PP-DonationsBF%3abtn_donate_SM%2egif%3aNonHosted "Sponsor the development of system_daemon via Paypal")
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/19BtCjLCboRgTAXiaEvnvkdoRyjd843Dg2 "Sponsor the development of system_daemon via BitCoin")

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:

- [Blog Article: Create daemons in PHP][1]
- [Report Issues][2]
- [Package Statistics][3]
- [Package Home][4]

[1]: http://kevin.vanzonneveld.net/techblog/article/create_daemons_in_php/
[2]: http://pear.php.net/bugs/report.php?package=System_Daemon
[3]: http://pear.php.net/package-stats.php?pid=798&cid=37
[4]: http://pear.php.net/package/System_Daemon