Symfony Cron Bundle
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
A Cron Bundle for Symfony, (*2)
Install
Via Composer, (*3)
``` bash
$ composer require loevgaard/cron-bundle, (*4)
## Usage
```php
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Loevgaard\CronBundle\LoevgaardCronBundle(),
);
// ...
}
// ...
}
doctrine:
dbal:
types:
money: Loevgaard\CronBundle\Type\CronExpressionType
Change log
Please see CHANGELOG for more information on what has changed recently., (*5)
Testing
bash
$ composer test
, (*6)
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)
Security
If you discover any security related issues, please email joachim@loevgaard.dk instead of using the issue tracker., (*8)
Credits
License
The MIT License (MIT). Please see License File for more information., (*9)