agl/more-cron

This package is abandoned and no longer maintained. No replacement package was suggested.

AGL Framework / Cron module.

dev-master 2014-05-03 10:45 UTC

This package is not auto-updated.

Last update: 2020-12-19 09:34:26 UTC


README

Latest Stable Version Build Status

Additional Cron module for AGL Framework.

Installation

Run the following command in the root of your AGL application:

php composer.phar require agl/more-cron:*

Configuration

Edit app/etc/config/more/cron/main.php to create your Cron Jobs.

You will find an example in app/etc/config/more/cron/samples/main.sample.php.

Usage

To run dued Cron Jobs (based on the current date):

Agl::getInstance('more/cron')->run();