Download the PHP package panlatent/schedule without Composer
On this page you can find all versions of the php package panlatent/schedule. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download panlatent/schedule
More information about panlatent/schedule
Files in panlatent/schedule
Package schedule
Short Description Schedule plugin for CraftCMS
License MIT
Homepage https://github.com/panlatent/schedule
Informations about the package schedule
Schedule
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 panlatent/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:If you use DDEV:
Usage
For the command line we support some actions and options:
Delete logs
Delete all logs
Run schedules asynchronously:
Listen all active timer events with clear log:
Documentation
Read more about it, including install instructions, in the official documentation.
License
The Schedule is open-sourced software licensed under the MIT license.
All versions of schedule with dependencies
craftcms/cms Version ^4.0|^5.0
dragonmantank/cron-expression Version ^3.3
nesbot/carbon Version ^1.22 || ^2.10 || ^3.0
symfony/process Version ^4.2 || ^5.0 || ^6.0 || ^7.0
guzzlehttp/guzzle Version ^7.2
panlatent/cron-expression-descriptor Version ^1.1