PHPackages                             panlatent/schedule - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. panlatent/schedule

ActiveCraft-plugin[Queues &amp; Workers](/categories/queues)

panlatent/schedule
==================

Schedule plugin for CraftCMS

0.6.2(1y ago)1034.1k—8.3%9[2 issues](https://github.com/panlatent/schedule/issues)[1 PRs](https://github.com/panlatent/schedule/pulls)MITPHPPHP ^8.0.2CI failing

Since Jan 17Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/panlatent/schedule)[ Packagist](https://packagist.org/packages/panlatent/schedule)[ Docs](https://github.com/panlatent/schedule)[ Fund](https://afdian.net/a/panlatent)[ Fund](https://paypal.me/panlatent)[ RSS](/packages/panlatent-schedule/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (22)Used By (0)

Schedule
========

[](#schedule)

[![Latest Stable Version](https://camo.githubusercontent.com/0b197c4c9691e2e027d87b3a841c024324d2de02ab12017619d26e3bb1214662/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6174656e742f7363686564756c652f762f737461626c652e737667)](https://packagist.org/packages/panlatent/schedule)[![License](https://camo.githubusercontent.com/c381bbc0b41410755d3197c3e7e22afc318fc711feb085f49d75e0c4390c16c1/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6174656e742f7363686564756c652f6c6963656e73652e737667)](https://packagist.org/packages/panlatent/schedule)[![Craft CMS](https://camo.githubusercontent.com/3b3a6af116655b8038aae3059f4eff62c90e95ba2bbc45973943f45ac601426b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d43726166745f434d532d6f72616e67652e7376673f7374796c653d666c6174)](https://craftcms.com/)

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
------------

[](#requirements)

This plugin requires Craft CMS 3.1 or later.

Installation
------------

[](#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

    ```

    Or use built-in `schedules/listen` command:

    ```
    $ ./craft schedules/listen
    ```

    If you use DDEV:

    ```
    $ ddev craft schedules/listen
    ```

Usage
-----

[](#usage)

For the command line we support some actions and options:

Delete logs

```
craft schedules/clear-logs [interval]
```

Delete all logs

```
craft schedules/clear-logs --all
```

Run schedules asynchronously:

```
craft schedules/run --async
craft schedules/listen --async
```

Listen all active timer events with clear log:

```
craft schedules/listen --with-clear-log
```

Documentation
-------------

[](#documentation)

Read more about it, including install instructions, in the [official documentation](https://docs.panlatent.com/projects/schedule/).

License
-------

[](#license)

The Schedule is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance42

Moderate activity, may be stable

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 93.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~120 days

Recently: every ~127 days

Total

21

Last Release

275d ago

Major Versions

0.6.2 → 1.x-dev2025-08-17

PHP version history (2 changes)0.4.0PHP ^8.0.2

1.x-devPHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/c79a4220751bab4ff8ee0953a41c4664fddb12e2a47e69442c2e5315b5c7ef9a?d=identicon)[panlatent](/maintainers/panlatent)

---

Top Contributors

[![panlatent](https://avatars.githubusercontent.com/u/4393268?v=4)](https://github.com/panlatent "panlatent (173 commits)")[![ryssbowh](https://avatars.githubusercontent.com/u/6736613?v=4)](https://github.com/ryssbowh "ryssbowh (6 commits)")[![ThomasDeMarez](https://avatars.githubusercontent.com/u/10974106?v=4)](https://github.com/ThomasDeMarez "ThomasDeMarez (3 commits)")[![craigAtCD](https://avatars.githubusercontent.com/u/152445143?v=4)](https://github.com/craigAtCD "craigAtCD (1 commits)")[![gwillz](https://avatars.githubusercontent.com/u/3466850?v=4)](https://github.com/gwillz "gwillz (1 commits)")[![phpsa](https://avatars.githubusercontent.com/u/952595?v=4)](https://github.com/phpsa "phpsa (1 commits)")

---

Tags

craft3craftcmscroncrontabjobscheduletasktimeryii2jobschedulecmsCraftcraftcmscraft-plugincrontab

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/panlatent-schedule/health.svg)

```
[![Health](https://phpackages.com/badges/panlatent-schedule/health.svg)](https://phpackages.com/packages/panlatent-schedule)
```

###  Alternatives

[ostark/craft-async-queue

A queue handler that moves queue execution to a non-blocking background process

95288.6k9](/packages/ostark-craft-async-queue)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[supercool/scheduler

Schedule jobs to be executed on a given date.

4215.7k](/packages/supercool-scheduler)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)[craftpulse/craft-notifications

Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.

551.2k](/packages/craftpulse-craft-notifications)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
