aur1mas / zf-cron
Jobs executor for ZF1
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/aur1mas/zf-cron
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.