PHPackages                             silverstripe-australia/silverstripe-schedulizer - 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. silverstripe-australia/silverstripe-schedulizer

Abandoned → [symbiote/silverstripe-schedulizer](/?search=symbiote%2Fsilverstripe-schedulizer)Silverstripe-module[Queues &amp; Workers](/categories/queues)

silverstripe-australia/silverstripe-schedulizer
===============================================

A module for organising stuff to happen at arbitrary times in the future, useful with QueuedJobs

2.0.4(8y ago)31.4k↓100%2[1 PRs](https://github.com/silverstripe-australia/silverstripe-schedulizer/pulls)BSD-3-ClausePHP

Since Jun 6Pushed 5y ago3 watchersCompare

[ Source](https://github.com/silverstripe-australia/silverstripe-schedulizer)[ Packagist](https://packagist.org/packages/silverstripe-australia/silverstripe-schedulizer)[ RSS](/packages/silverstripe-australia-silverstripe-schedulizer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (0)

SilverStripe Schedulizer module
===============================

[](#silverstripe-schedulizer-module)

Fun module for organising stuff to happen at arbitrary times in the future.

Maintainer Contacts
-------------------

[](#maintainer-contacts)

- Stephen McMahon
- Marcus Nyeholt

Requirements
------------

[](#requirements)

- SilverStripe 3.1

Usage
-----

[](#usage)

- Create a Configured Schedule via the CMS admin
- From code, call
    - `ConfiguredSchedule::get()->filter('Title', $name)->first()->getNextScheduledDateTime();`

Configuring schedules
---------------------

[](#configuring-schedules)

For a job, schedules are read in particular precedence; first, the 'default' schedule is loaded. All other schedules are evaluated to see if they are applicable for the "current" time; if so, the desired schedule is substituted for, in increasing order of importance

- A ScheduleRangeDayType (ie weekday, Weekend)
- A ScheduleRangeDay (ie Monday, Tuesday)
- A ScheduleRange (ie specific date)

This allows configuration of a schedule set that is, for example

- Default - 6am - 6pm every day until 2020
- Weekends - 9am - 5pm
- Thursday - 6am - 9pm
- 25/12/2015 - 10am - 2pm

The decided upon schedule evaluates each in order, and selects that which is most specific.

**Create a schedule**

- Open `admin/schedulizer/`.
- Create a new schedule - for QueuedJobs usage, use the same name as the job classname
- Create a new Schedule Range; the first one should be called "Default" and have a type of "ScheduleRangeDefault". This is the baseline schedule that will be used
- Add additional schedules if needed
- Test the schedule by entering a date/time (YYYY-MM-DD hh:mm:ss format) and clicking "Test" - this will update with the next detected 'tick' time for that schedule.

**Modifying a schedule**

- Open `admin/schedulizer/`
- Select the schedule to modify
- On the "Schedule Ranges" tab, select the schedule to modify
- Modify the relevant fields
- Save and close, then test the new schedule as above.

License
-------

[](#license)

This module is licensed under the BSD license at

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~117 days

Recently: every ~52 days

Total

6

Last Release

3039d ago

Major Versions

1.0.0 → 2.0.02017-06-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/81a02d16342f3aba374149210eab73bc6bc0552120fc2dca6303a08acc1ba29c?d=identicon)[ssau](/maintainers/ssau)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (1 commits)")

---

Tags

silverstripeschedulequeuedjobs

### Embed Badge

![Health badge](/badges/silverstripe-australia-silverstripe-schedulizer/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-australia-silverstripe-schedulizer/health.svg)](https://phpackages.com/packages/silverstripe-australia-silverstripe-schedulizer)
```

###  Alternatives

[symbiote/silverstripe-queuedjobs

A framework for defining and running background jobs in a queued manner

56854.2k83](/packages/symbiote-silverstripe-queuedjobs)[tarantool/queue

PHP bindings for Tarantool Queue.

64136.2k4](/packages/tarantool-queue)[okvpn/cron-bundle

Docker friendly Symfony cron bundle for handle scheduled tasks consistently, parallel or across a cluster, like Symfony Messenger

19498.7k1](/packages/okvpn-cron-bundle)[orisai/scheduler

Cron job scheduler - with locks, parallelism and more

4037.1k4](/packages/orisai-scheduler)[silverstripe/gridfieldqueuedexport

Export large data sets from your GridField in the SilverStripe CMS interface through async jobs

10213.1k5](/packages/silverstripe-gridfieldqueuedexport)[panlatent/schedule

Schedule plugin for CraftCMS

1034.1k](/packages/panlatent-schedule)

PHPackages © 2026

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