aur1mas/zf-cron

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Jobs executor for ZF1

dev-master 2013-01-01 07:37 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:21:48 UTC


README

Zend Framework (version 1.*) style job executor in CLI.

Instaliation

Install through Composer:

{
    "aur1mas/zf-cron": "dev-master"
}

Copy files & directories structure from scripts/ to your Zend Framework scripts/.

Excution example:

php executor.php ENVIRONMENT_NAME JOB_NAME
php executor.php development example

Issues

Use "Issues" section for bug tracking or make Pull request.