Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogmatic69/cakecron
A cron runner for CakePHP 2.x and 3.x powered by "mtdowling/cron-expression" for the timing
https://github.com/dogmatic69/cakecron
Last synced: 19 days ago
JSON representation
A cron runner for CakePHP 2.x and 3.x powered by "mtdowling/cron-expression" for the timing
- Host: GitHub
- URL: https://github.com/dogmatic69/cakecron
- Owner: dogmatic69
- Created: 2015-05-12T23:18:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:58:05.000Z (about 1 year ago)
- Last Synced: 2023-12-15T09:57:44.630Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CakePHP Cron runner
===================This is a plugin to handle running cron jobs in cake, and is pretty much a replacement for crontab that can be modified on the fly and controlled through the database.
To get started run:
```
Console\cake CakeCron.cake_cron --help
```