aboutcoders / scheduler-bundle
A symfony bundle for scheduling
Installs: 25 098
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.0
- mtdowling/cron-expression: ~1.0
- symfony/symfony: ~2.6|~3.0
Requires (Dev)
- aboutcoders/process-control: ~1.3
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.2,>=2.2.3
- phpunit/phpunit: ~5
- symfony/monolog-bundle: ~2
- symfony/phpunit-bridge: ^3.0
Suggests
- aboutcoders/process-control-bundle: Adds process control, requires ^1.0
- aboutcoders/supervisor-bundle: Manage supervisor processes, requires dev-master
This package is not auto-updated.
Last update: 2024-11-13 14:29:29 UTC
README
A symfony bundle that allows you define schedules for recurring events which will be notified using the Symfony Event Dispatcher.
This bundle cannot be used out of the box but requires that you define your own schedule entities. Please take a look at the AbcJobBundle to see a concrete usage of this bundle.
Documentation
How-tos
Planned Features
- Provide factories/builders to ease schedule creation
- Add option to enable/disable a schedule
License
The MIT License (MIT). Please see License File for more information.