Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```