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
- Host: GitHub
- URL: https://github.com/kvz/system_daemon
- Owner: kvz
- Created: 2009-09-03T21:14:28.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T14:19:32.000Z (over 9 years ago)
- Last Synced: 2024-12-12T02:43:55.748Z (6 months ago)
- Language: PHP
- Homepage: http://pear.php.net/package/System_Daemon
- Size: 2.29 MB
- Stars: 143
- Watchers: 20
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system_daemon
[](http://travis-ci.org/kvz/system_daemon "Check this project's build status on TravisCI") [](https://www.gittip.com/kvz/ "Sponsor the development of system_daemon via Gittip")
[](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")
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kevin%40vanzonneveld%2enet&lc=NL&item_name=Open%20source%20donation%20to%20Kevin%20van%20Zonneveld¤cy_code=USD&bn=PP-DonationsBF%3abtn_donate_SM%2egif%3aNonHosted "Sponsor the development of system_daemon via Paypal")
[](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