Web Cronjobs is a web based tools that helps you manage all cronjobs in one place. The app has powerful set of features.
Note! This is not a native cron job SYSTEM, you must setup one cron job script on your server to handle all other tasks.
Features
Unlimited number of cron jobs
HTTP cron command
Shell cron command
Manaul cron job test
Logs and prediction
Delayed task
Cron task termination
Email notifications
Cookie Support
Cron job statistic
HTTP POST support
HTTP Headers support
HTTP Basic Authorization support
Timezone Adaptable
Localization ready
Applications demo
Credentials
DEMO: Web Cronjobs
Login: codecanyon
Password: codecanyon
Installation & Documentation
All information you can find here
Requirements
Important! Download and upload https://webcron.php8developer.com/requirements.php (copy and open in a new tab) file to your server and run it via browser to see whether you can run Web Cronjobs on your server.
PHP 7.4.0 or higher
Reflection Extension
PCRE extension
SPL extension
Ctype extension
Intl extension
ICU version
ICU Data version
Bcmath extension
MBString extension
DOM extension
OpenSSL extension
PDO extension
PDO MySQL driver
Fileinfo extension
GD extension with FreeType support or ImageMagick extension with PNG support
Socket functions
proc_open
cURL extension
Safe mode (php.ini directive) must be disabled
Short open tag (php.ini directive) must be enabled
FAQ
Q: Why I should use this script instead of native cron job?
A: This tool can handle syntax of “last weekday of month”. For example, you need to send promotion campaign only on last Friday of each month (specified month). In addition you can specify maximum number of iterations and stop date (the date when cron job execution must be stopped). Also sometimes you need to run script only once. i.e. at 2018-01-31 15:00.
There is no way to achieve these tasks using native linux cron job implementation without additional bash programming, while this script can easily handle these tasks.
Q: Why I should use this script instead of other online services?
A: Less cost. You pay once and run forever unlimited number of cron jobs, while other online services require monthly subscription. In addition this script supports bash command execution – online services can’t do it.
Changelog
v 1.11 – 2024-01-13
Added PHP 8.2 support
Framework / libraries update
Added the ability to scale Master Cronjob Manager
Added a new feature to set cron job priority
Added the ability to set wait_timeout for long-running jobs
Added a new feature to substitute cron jobs parameters
Added the ability to manually set the HTTP request method (“Method and Headers” tab)
Added the ability to set the raw payload (“Method and Headers” tab)
Improved the UI
Small bug fixes
v 1.10 – 2022.09.18
PHP 8.1 support
v 1.9 – 2022.01.25
MultiCurl bug fix
v 1.8 – 2022.01.14
Small bug fixes
v 1.7 – 2021.09.18
MySQL schema fix
v 1.6 – 2021.09.01
Javascript strict mode support
Updated jQuery library to 3.6
Design bug fix. Fixed dropdown font color issue on mobile devices.
v 1.5 – 2021.07.10
Small bug fixes
v 1.4 – 2021.05.14
PHP 7.4, PHP 8 Support
Added possibility to manage users via CLI
Added feature to create delayed cron task
v 1.3 – 2018.06.26
Added cron job description field
Cron jobs filter is saved in cookies
Added possibility to add custom headers in cURL request
Shell command support
Added regular expression to detect whether cron job was successfully executed
Added possibility to clear old logs in batch
Added “Save and Run” button
Some bug fixes
v 1.2 – 2017.12.11
PHP 7 support
Mysql 5.7 support
v 1.2 – 2016.05.06
HTTP Basic Authorization support
HTML bug fixes
v 1.1 – 2016.04.21
Added HTTP cron jobs handler
Added possibility to specify maximum number of iterations and stop date
Added clocks
Some bug fixes
v 1.0 – 2016.04.11
Initial version.