Download the PHP package gemorroj/command-scheduler-bundle without Composer
On this page you can find all versions of the php package gemorroj/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.
Version: 1.2.7
Compatibility:
- Symfony 2.8 and 3.x
- Tested with PHP 5.5, 5.6, 7.0, 7.1
- Doctrine ORM
If you use an older version of Symfony (2.3 to 2.7), use the last 1.1.x release
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
- 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
Screenshots
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
>=5.5.9
symfony/symfony Version ~2.7|~3.0
sensio/framework-extra-bundle Version ~2.3|~3.0
twig/twig Version ~1.15
doctrine/orm Version ~2.2,>=2.2.3,<2.6
doctrine/doctrine-bundle Version ~1.0
mtdowling/cron-expression Version ~1.0
symfony/symfony Version ~2.7|~3.0
sensio/framework-extra-bundle Version ~2.3|~3.0
twig/twig Version ~1.15
doctrine/orm Version ~2.2,>=2.2.3,<2.6
doctrine/doctrine-bundle Version ~1.0
mtdowling/cron-expression Version ~1.0
The package gemorroj/command-scheduler-bundle contains the following files
Loading the files please wait ....