Download the PHP package troopers/cron-bundle without Composer
On this page you can find all versions of the php package troopers/cron-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download troopers/cron-bundle
More information about troopers/cron-bundle
Files in troopers/cron-bundle
Download troopers/cron-bundle
More information about troopers/cron-bundle
Files in troopers/cron-bundle
Vendor troopers
Package cron-bundle
Short Description Symfony bundle for running commands as cron
License
Package cron-bundle
Short Description Symfony bundle for running commands as cron
License
Please rate this library. Is it a good library?
Informations about the package cron-bundle
CronBundle
Synopsis
This bundle is used to define symfony commands as cron using a yaml configuration file.
Install
run composer require robinstraub/cron-bundle
If you are not using flex, registrer the bundle in AppKernel
Configuration
Add your configuration in config.yml
. See the following example on for how to customize your commands
Reporting
The reporting
key let you use a reporting tool in order to keep track of tasks execution.
The only tool available for now is the api
.
api
url
: api url (base uri and api route)api_key
: optional api_key used for authenticationformat
: format used for the data. Only form is implemented. Default value is form
tasks
The list of commands to execute.
command
: command to executeschedule
: cron schedulearguments
: list of the command's arguments
Mise en place des cron
Add the following line to your crontab:
All versions of cron-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
dragonmantank/cron-expression Version ^2.0
symfony/framework-bundle Version ^2.8|^3.4|^4.0
eightpoints/guzzle-bundle Version ^7.3
dragonmantank/cron-expression Version ^2.0
symfony/framework-bundle Version ^2.8|^3.4|^4.0
eightpoints/guzzle-bundle Version ^7.3
The package troopers/cron-bundle contains the following files
Loading the files please wait ....