Download the PHP package eonx-com/schedule-bundle without Composer
On this page you can find all versions of the php package eonx-com/schedule-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eonx-com/schedule-bundle
More information about eonx-com/schedule-bundle
Files in eonx-com/schedule-bundle
Package schedule-bundle
Short Description Provides the Command Scheduling logic of Laravel in a Symfony application
License MIT
Informations about the package schedule-bundle
EonX - ScheduleBundle
Provides the Command Scheduling logic of Laravel in a Symfony application.
Installation
Until a recipe is created for this bundle you will need to register it manually:
Usage
Register Your Scheduled Commands
To register the scheduled commands this bundle implements a concept of "schedule providers", thanks to Symfony's
autoconfigure feature, the only thing required is to create services that implement EonX\ScheduleBundle\Interfaces\ScheduleProviderInterface
.
The ScheduleInterface
passed to the schedule
method offers all the features of the Laravel Console Scheduling.
Run The Schedule
This bundle providers a console command to run the schedule: