Download the PHP package bitweb/zf2-cron-module without Composer
On this page you can find all versions of the php package bitweb/zf2-cron-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bitweb/zf2-cron-module
More information about bitweb/zf2-cron-module
Files in bitweb/zf2-cron-module
Download bitweb/zf2-cron-module
More information about bitweb/zf2-cron-module
Files in bitweb/zf2-cron-module
Vendor bitweb
Package zf2-cron-module
Short Description BitWeb ZF2 module for cron.
License BSD-3-Clause
Homepage http://bitweb.ee/
Package zf2-cron-module
Short Description BitWeb ZF2 module for cron.
License BSD-3-Clause
Homepage http://bitweb.ee/
Please rate this library. Is it a good library?
Informations about the package zf2-cron-module
ZF2 implementation for Cron/Cron
Working with Zend Framework 3? We've got you covered.
Installation
Installation of CronModule uses composer. For composer documentation, please refer to getcomposer.org.
or add to your composer.json
Then add BitWeb\CronModule
to your config/application.config.php
Installation without composer is not officially supported, and requires you to install and autoload
the dependencies specified in the composer.json
.
Configuration
Add to your configuration:
General options:
Option | Description |
---|---|
phpPath | path to the php executable, usually "php" |
scriptPath | path to your applications public folder, defaults to your root aplication public folder |
jobs | an array of jobs and their schedules |
timeout | timeout for the cron job |
Options for cron jobs:
Option | Description |
---|---|
command | the php script command to be run |
schedule | A valid Cron schedule |
You can also get the configutation file sample from config
folder config/cronModule.config.php.dist
.
Run cron job from command line
All versions of zf2-cron-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
cron/cron Version ~1.0
bitweb/stdlib Version ~1.1
zendframework/zend-mvc Version ~2.2
zendframework/zend-console Version ~2.2
zendframework/zend-servicemanager Version ~2.2
zendframework/zend-stdlib Version ~2.2
zendframework/zend-modulemanager Version ~2.2
cron/cron Version ~1.0
bitweb/stdlib Version ~1.1
zendframework/zend-mvc Version ~2.2
zendframework/zend-console Version ~2.2
zendframework/zend-servicemanager Version ~2.2
zendframework/zend-stdlib Version ~2.2
zendframework/zend-modulemanager Version ~2.2
The package bitweb/zf2-cron-module contains the following files
Loading the files please wait ....