Download the PHP package norvutec/cron-manager without Composer
On this page you can find all versions of the php package norvutec/cron-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download norvutec/cron-manager
More information about norvutec/cron-manager
Files in norvutec/cron-manager
Package cron-manager
Short Description Bundle for managing cronjobs in a symfony project
License MIT
Informations about the package cron-manager
Cron Manager
Installation
Installing this bundle can be done through these simple steps:
-
Add the bundle to your project as a composer dependency:
-
Add the bundle to your application kernel:
-
Update your DB schema
-
Start using the bundle:
-
To run your cron jobs automatically, add the following line to your (or whomever's) crontab:
- If you want to use the overview controller, create the file
config/routes/norvutec_cronmanager.yaml
with the following content:
You now have access to the following routes:
cronmanager_index
: Overview of all jobscronmanager_details
: Details of a specific job
Available commands
list
Show a list of all jobs. Job names are show with if they are enabled and otherwise.
run
Dependencies
CronManager requires symfony/lock
to lock the job execution.
If you want to use named locks, use cronmanager as keyword.
All versions of cron-manager with dependencies
symfony/framework-bundle Version ^7.1
symfony/lock Version ^7.1
doctrine/doctrine-bundle Version ^2.12
doctrine/orm Version ^3.2
dragonmantank/cron-expression Version ^2.2 || ^3.0
sentry/sentry-symfony Version ^5.0