Download the PHP package kempfe/cron-manager without Composer
On this page you can find all versions of the php package kempfe/cron-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cron-manager
Cron Manager
Cron Manager for Symfony 3 Create managable cron tasks for your symfony project
Installing
1. Add the dependency to your project:
2. Add package to your AppKernel.php
3. Update your database
This Package is based on mtdowling/cron-expression Cron Expression Parser
Creating a Cron Task
-
Create a Symfony Command like described here http://symfony.com/doc/master/components/console.html
-
Create a new database entry into cm_cron with fields:
- name: crontask name
- expression: cron expression - read more on https://packagist.org/packages/mtdowling/cron-expression
- command: symfony console command fx. appbund:test
- arguments: arguments passed to the console command
- active: 1 for active cron - 0 for inactive
leave the rest of the fields blank
Cron Manager Execution
Options
- --interval: Your Linux Cron execution interval - default execution interval is 600 seconds
- --processCheck: When enabled it checks process id to avoid overlapping executions
All versions of cron-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
symfony/symfony Version >=3.0
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ^1.6
mtdowling/cron-expression Version ^1.1
symfony/symfony Version >=3.0
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ^1.6
mtdowling/cron-expression Version ^1.1
The package kempfe/cron-manager contains the following files
Loading the files please wait ....