Classes of Tim de Koning | > | PHP Cron Daemon | > | Download .zip .tar.gz | > | Support forum (4) | > | Blog | > | Latest changes |
|
|
Groups | Dependencies | Trackback | Applications | Files |
Groups |
Time and Date | Time and date values, formats and conversion | View top rated classes |
Systems administration | System configuration and management | View top rated classes |
Recommendations |
automatic email generate
the email generated automatically on date of birth
Schedule SMS in month, day, hours, minutes and seconds
Schedule SMS sending
Innovation Award |
October 2007 Number 2 Prize: One copy of the Zend Studio |
Cron is a standard tool available in all Linux/Unix distributions for scheduling tasks that must be executed regularly. This package provides a full implementation of the Cron tool that works under any platform supported by PHP that has the pcntl_extension. It manages the execution of scheduled PHP scripts instead of running regular executable programs like the original cron tool. PHP scripts are executed using forked processes to allow the execution of multiple scheduled scripts at the same time. Manuel Lemos |
Packages needed by this class |
Class | Download | Why it is needed | Dependency |
---|---|---|---|
Thread | .zip .tar.gz | This class forms the actual thread-generation. Is included by default | Required |
PHP Cron Parser | .zip .tar.gz | This classes is included for extracting cron information from the definitions | Required |
Pages that reference this package |
2 Days Old Data list / delete? Web control panel settings can be used to run scripts at set time intervals (cronjob)... |
Latest pages that reference packages
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
kill (1 file) | ||||
lib (3 files, 1 directory) | ||||
log (1 file) | ||||
daemon.php | Appl. | Full package file | ||
db.sql | Data | full SQL for db creation |
Files | / | lib |
File | Role | Description | ||
---|---|---|---|---|
cron (4 files) | ||||
miniDb.php | Class | small db abstraction lib (based on ADODB) | ||
phpfork.php | Class | original (slightly modified) class PHP Fork | ||
worker | Class | the worker processing class |
Files | / | lib | / | cron |
File | Role | Description |
---|---|---|
daemon.php | Class | actual cron daemon |
job.php | Class | actual job definition for the database |
parser.php | Class | crontab-like parser script based on Nikol S |
tab.php | Class | crontab definition for database |
Install with Composer - Download all files: phpcrondaemon.tar.gz phpcrondaemon.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|