PHPackages                             micschk/silverstripe-softscheduler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. micschk/silverstripe-softscheduler

Abandoned → [restruct/silverstripe-softscheduler](/?search=restruct%2Fsilverstripe-softscheduler)ArchivedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

micschk/silverstripe-softscheduler
==================================

Adds a very simple way to schedule (Embargo/Expire) SiteTree items

1.0(9y ago)417511PHP

Since May 18Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (1)

\#SoftScheduler ##non-cron Embargo &amp; Expiry Module

This module allows you to specify when a page should become available (embargo) and when it should expire. It's called 'softscheduler' because it doesn't take care of publishing or unpublishing pages. Instead it checks if a published page should be available according to its set embargo/expire dates.

- Someone that is logged in as an admin will always be able to see the page.
- Setting both values as blank will mean the page is always visible.
- If the embargo time and/or date are blank, the page will be displayed until it expires.
- If the expiry time and/or date are blank, the page will be displayed once it embargos, and wont expire.

Screenshots
-----------

[](#screenshots)

*Schedule pages to become available/expire on certain dates &amp; times*[![](images/screenshots/schedulefields.png)](images/screenshots/schedulefields.png)

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

[](#installation)

```
composer require micschk/silverstripe-softscheduler dev-master

```

Apply as Extension to pagetypes requiring scheduling (eg. NewsItems)

```
---
name: 'schedulerextension'
---
NewsGridPage:
  extensions:
    - 'EmbargoExpirySchedulerExtension'
```

\##Usage Overview

This doesn't work with staticpublisher and requires extra check to work well with partialcaching

Check for use in partialcaching: $publishedStatus

Convenience function is supplied to add extra 'where' for DB queries (TODO: apply via augmentSQL, [see for example](https://github.com/micmania1/silverstripe-blogger/blob/1.0/extensions/BlogPostFilter.php))

```
// workaround for Embargo/Expiry (augmentSQL for embargo/expiry is not working yet);
if( $class::has_extension("EmbargoExpirySchedulerExtension") ){
	$items = $items->where( EmbargoExpirySchedulerExtension::extraWhereQuery($class) );
}
```

\##Requirements

SilverStripe 3.0+

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3646d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3680d6353e5f171543435b89965ba2588186ad7ec0ec97cbf572704fec2a4f?d=identicon)[micschk](/maintainers/micschk)

---

Top Contributors

[![micschk](https://avatars.githubusercontent.com/u/1005986?v=4)](https://github.com/micschk "micschk (6 commits)")

---

Tags

silverstripeschedulesitetreeembargoexpiry

### Embed Badge

![Health badge](/badges/micschk-silverstripe-softscheduler/health.svg)

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

PHPackages © 2026

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