Download the PHP package byjg/php-daemonize without Composer
On this page you can find all versions of the php package byjg/php-daemonize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download byjg/php-daemonize
More information about byjg/php-daemonize
Files in byjg/php-daemonize
Download byjg/php-daemonize
More information about byjg/php-daemonize
Files in byjg/php-daemonize
Vendor byjg
Package php-daemonize
Short Description Transform any class in a *nix daemon process or cron job without changes or refactoring.
License MIT
Package php-daemonize
Short Description Transform any class in a *nix daemon process or cron job without changes or refactoring.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-daemonize
PHP Daemonize
Transform any class in a *nix daemon process or cron job without changes or refactoring.
Features
Allow you to do the following without change your pre-existing class:
- Create a *nix daemon process from any PHP class
- Enable call any get RESt endpoint from the shell script
- Enable call any public method from the shell script
How To:
- Call a PHP method from command line
- Install a PHP class/method call as a daemon
- Call a GET RESt endpoint from command line
- Show the method documentation
- Environment variables
- Play with the service
Install
Daemonize does not need to be associated to your PHP project.
Install locally (preferable):
Install as a global composer package:
Dependencies
All versions of php-daemonize with dependencies
PHP Build Version
Package Version
The package byjg/php-daemonize contains the following files
Loading the files please wait ....