Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldz/php-multios-daemon
Create long-running jobs, daemons, self recovering processes for any OS environment
https://github.com/waldz/php-multios-daemon
crontab crontab-task daemon daemonize php
Last synced: about 1 month ago
JSON representation
Create long-running jobs, daemons, self recovering processes for any OS environment
- Host: GitHub
- URL: https://github.com/waldz/php-multios-daemon
- Owner: Waldz
- License: mit
- Created: 2017-06-30T19:23:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T19:40:54.000Z (over 7 years ago)
- Last Synced: 2023-09-14T16:59:19.035Z (over 1 year ago)
- Topics: crontab, crontab-task, daemon, daemonize, php
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP multi-OS daemon library
Create long-running jobs, daemons, self recovering processes for any OS environment
Install library via Composer
------------
```sh
composer require waldz/php-multios-daemon
```