Download the PHP package totalcrm/command-scheduler-bundle without Composer
On this page you can find all versions of the php package totalcrm/command-scheduler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package command-scheduler-bundle
CommandSchedulerBundle
This bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.
Features
- An admin interface to add, edit, enable/disable or delete scheduled commands.
- For each command, you define :
- name
- symfony console command (choice based on native
list
command) - cron expression (see Cron format for informations)
- output file (for
$output->write
) - priority
- A new console command
scheduler:execute [--dump] [--no-output]
which will be the single entry point to all commands - Management of queuing and prioritization between tasks
- Locking system, to stop scheduling a command that has returned an error
- Monitoring with timeout or failed commands (Json URL and command with mailing)
- Translated in french, english, german and spanish
- An EasyAdmin configuration template available here
- Beta - Handle commands with a deamon (unix only) if you don't want to use a cronjob
Documentation
See the documentation here.
License
This bundle is under the MIT license. See the complete license for info.
All versions of command-scheduler-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
doctrine/orm Version ^2.5.11
doctrine/doctrine-bundle Version ^1.6.10|^2.0
dragonmantank/cron-expression Version ^3.0
symfony/console Version ^5.0
symfony/framework-bundle Version ^5.0
symfony/form Version ^5.0
symfony/validator Version ^5.0
symfony/serializer Version ^5.0
symfony/lock Version ^5.0
ext-simplexml Version *
ext-json Version *
ext-pcntl Version *
doctrine/orm Version ^2.5.11
doctrine/doctrine-bundle Version ^1.6.10|^2.0
dragonmantank/cron-expression Version ^3.0
symfony/console Version ^5.0
symfony/framework-bundle Version ^5.0
symfony/form Version ^5.0
symfony/validator Version ^5.0
symfony/serializer Version ^5.0
symfony/lock Version ^5.0
ext-simplexml Version *
ext-json Version *
ext-pcntl Version *
The package totalcrm/command-scheduler-bundle contains the following files
Loading the files please wait ....