loevgaard / cron-bundle
A cron bundle for Symfony
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~7.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- mtdowling/cron-expression: ^1.2
- symfony/framework-bundle: ^3.0
- symfony/process: ^3.3
- symfony/validator: ^3.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: >=5.4.3
- symfony/phpunit-bridge: ^3.0
This package is auto-updated.
Last update: 2024-11-06 09:37:09 UTC
README
A Cron Bundle for Symfony
Install
Via Composer
$ composer require loevgaard/cron-bundle
Usage
<?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.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email joachim@loevgaard.dk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.