Recommend this page to a friend! |
Classes of Dmitry Mamontov | PHP Cron Manager Class | README.md | Download |
|
DownloadPHPCronPHPCron is a daemon to run tasks scheduled cron written in php, works similar to crontab Requirements
InstallationDownload the archive and extract.
or
Copy the folder "src" to the root of your project. Entries cronCreate an entry in the file tasks/main.cron analogously to Example
More information about cron entry can be found here Running the daemonTo start the daemon requires the console to run the script:
or
Valid parameters
Connecting and starting the demon in your code
|