2017 © Pedro Peláez
 

symfony-bundle cron-bundle

A cron bundle for Symfony

image

loevgaard/cron-bundle

A cron bundle for Symfony

  • Monday, October 2, 2017
  • by loevgaard
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony Cron Bundle

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

The Versions