dev-master
9999999-devA base implementation of a UNIX daemon in PHP
MIT
The Requires
- php >=5.3.0
- ext-posix *
v1.0.0
1.0.0.0A base implementation of a UNIX daemon in PHP
MIT
The Requires
- php >=5.3.0
- ext-posix *
A base implementation of a UNIX daemon in PHP
If you're comfortable with PHP and want to have a PHP script running as a daemon (meaning you can leave it running in the background, stop, restart it and check it's status) this class provides a basic implementation of the necessary features., (*2)
Running a script as a daemon can be more convenient than a CRON triggered task and you can be sure it will be running in only one process at a time.., (*3)
Simply subclass it and implement the run() method. You might find the React Event Loop useful if you want an alternative to sleeping., (*4)
A base implementation of a UNIX daemon in PHP
MIT
A base implementation of a UNIX daemon in PHP
MIT