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

AbandonedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

silverstripe/embargoexpiry
==========================

Adds embargo period and expiry dates to content items. Ripped from advancedworkflow module

63.9k11[1 PRs](https://github.com/silverstripe-archive/embargoexpiry/pulls)PHP

Since Nov 28Pushed 8y ago5 watchersCompare

[ Source](https://github.com/silverstripe-archive/embargoexpiry)[ Packagist](https://packagist.org/packages/silverstripe/embargoexpiry)[ RSS](/packages/silverstripe-embargoexpiry/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Embargo-Expiry Module
==================================

[](#silverstripe-embargo-expiry-module)

**THIS MODULE HAS BEEN REPLACED WITH )**

This is stripped down version of the AdvancedWorkflow module. It only includes the embargo-expiry features, all other features have been removed from the original code.

Note: This is not compatible with the AdvancedWorkflow module!

Forked from [AdvancedWorkflow module](https://github.com/silverstripe-australia/advancedworkflow) (commit: da4efb25984)

Overview
--------

[](#overview)

A module that provides embargo and expiry dates for scheduled publishing and unpublishing of content items.

Embargo - allow some content changes to only appear as published at some future date. Expiry - a date-time on which to unpublish some content changes.

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

[](#requirements)

- SilverStripe Framework and CMS 3.1 or newer
- [Queued Jobs module](https://github.com/nyeholt/silverstripe-queuedjobs) (for embargo/expiry functionality)

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

[](#installation)

Install with composer

```
composer require silverstripe/embargoexpiry
```

Then run a dev/build to rebuild your database and class cache

```
./framework/sake dev/build flush=all
```

Add WorkflowEmbargoExpiryExtension as a SiteTree extension, in your mysite/\_config.yml file.

```
SiteTree:
    extensions:
        - WorkflowEmbargoExpiryExtension
```

Ensure the [QueuedJobs](https://github.com/nyeholt/silverstripe-queuedjobs)module is installed and configured correctly. You should have a cronjob similar to the following in place, running as the webserver user.

```
*/1 * * * * cd  && sudo -u www php /sites/default/www/framework/cli-script.php dev/tasks/ProcessJobQueueTask
```

Note: you'll need to update the path to cli-script.php to reference your own environment.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

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

---

Top Contributors

[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (1 commits)")[![silverstripe-elliot](https://avatars.githubusercontent.com/u/5863816?v=4)](https://github.com/silverstripe-elliot "silverstripe-elliot (1 commits)")

### Embed Badge

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

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

###  Alternatives

[mascame/arrayer

Array manipulation with dot notation. Also prepares an array to be put in a file. Very useful for config files.

141.4k2](/packages/mascame-arrayer)

PHPackages © 2026

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