Skip to content

jiahuanle/schedule

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License Craft CMS Yii2

Manage your CraftCMS application schedules in Cp. Run a command, trigger an event, push a queue task, or send HTTP request at a specified time. You can flexibly customize the trigger time and even design your schedule type.

Requirements

This plugin requires Craft CMS 3.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require panlatent/schedule
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Schedule.

  4. Add a record to system crontab:

     * * * * * php /path/to/craft schedules/run 1>> /dev/null 2>&1
    

Documentation

Read more about it, including install instructions, in the official documentation.

License

The Schedule is open-sourced software licensed under the MIT license.

Packages

No packages published

Languages

  • PHP 83.5%
  • HTML 16.5%