glue-agency / schedule
Schedule plugin for CraftCMS
Installs: 506
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0
- guzzlehttp/guzzle: ^7.2
- nesbot/carbon: ^1.22 || ^2.10
- omnilight/yii2-scheduling: ^1.1
- panlatent/cron-expression-descriptor: ^1.1
- symfony/process: ^4.2 || ^5.0 || ^6.0
Requires (Dev)
- codeception/codeception: ^4.1
Suggests
- ext-intl: Help translate cron express description
README
Manage your CraftCMS application schedules in Cp. Run a command, trigger an event, push a queue task, or send HTTP requests at a specified time. You can flexibly customize the trigger time and even design your schedule type.
Requirements
This plugin requires Craft CMS 3.1 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require glue-agency/craft-schedule
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Schedule.
-
Add a record to system crontab:
* * * * * php /path/to/craft schedules/run 1>> /dev/null 2>&1
Or use built-in
schedules/listen
command:$ ./craft schedules/listen
If you use nitro:
$ nitro craft schedules/listen
License
The Schedule is open-sourced software licensed under the MIT license.