{"repo":"daycry/cronjob","free":true,"listed":false,"github":"https://github.com/daycry/cronjob","clone":"git clone https://github.com/daycry/cronjob.git","description":"- Manage Cron jobs in Codeigniter 4","language":"JavaScript","stars":68,"topics":["cron","schedule","scheduler"],"license":"MIT","category":"dashboards-admin","readme_excerpt":"--- 🚀 VIEW ONLINE DOCUMENTATION 🚀 --- [!NOTE] An improved library has been created that includes everything from this library, plus queues, with an enhanced structure. jobs vendor [!NOTE] If you want to use a queue system you can use queues vendor CodeIgniter Job Scheduler Welcome! The documentation is now organized for easier reading: - Installation - Dashboard - Defining Schedules - Job Dependencies - Advanced Features - Metrics & Monitoring - Roadmap For full usage, examples, and integration details, see each section above. --- Quick Start This makes scheduling cronjobs in your application simple, flexible, and powerful. Instead of setting up multiple cronjobs on each server your application runs on, you only need to setup a single cronjob to point to the script, and then all of your tasks are scheduled in your code. Besides that, it provides CLI tools to help you manage the tasks that should be ran, a Debug Toolbar collector, and more. Installation via composer Use the package with composer install composer require daycry/cronjob Configuration Run command: php spark cronjob:publish This command will copy a config file to your app namespace. Then you can adjust it to your needs. By default file will be present in app/Config/CronJob.php . php spark migrate -all This command create rest server tables in your database. Starting the Scheduler You only need to add a single line to your cronjob: php /path-to-your-project/spark cronjob:run /dev/null 2 &1 This will call your scr","default_branch":null,"files":null,"tree":[],"storefront":"/r/daycry","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/daycry/cronjob/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}