Top Level :: System

Package Information: System_Daemon

» Summary » License
Turn PHP scripts into Linux daemons New BSD License
» Current Release » Bug Summary
1.0.0 (stable) was released on 2012-03-13 by kvz (Changelog)
Easy Install

Not sure? Get more info.

pear install System_Daemon

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/System_Daemon

  • Package Maintenance Rank: 39 of 229 packages with open bugs
  • Number of open bugs: 1 (58 total bugs)
  • Average age of open bugs: 2925 days
  • Oldest open bug: 2925 days
  • Number of open feature requests: 1 (18 total feature requests)

Report a new bug to System_Daemon
» Description
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, and for example includes:

1. Methods to generate OS-specific startup-files (init.d) (currently only
Debian/Ubuntu are supported), so that your application gets started on
reboot as well.
2. Methods for logging purposes, also support for PEAR's Log package
3. Simple syntax
5. Can run with or without PEAR (PEAR adds more elegance & functionality,
no-PEAR offers functionality like including system_daemon with svn:externals
and reduced dependencies)
6. Default signal handlers, but optionally reroute signals to your own
handlers.
7. Set options like max RAM usage
» Maintainers » More Information

Dependencies for System_Daemon