PHPackages                             studiobonito/silverstripe-publishable - 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. [Framework](/categories/framework)
4. /
5. studiobonito/silverstripe-publishable

Abandoned → [heyday/silverstripe-versioneddataobjects](/?search=heyday%2Fsilverstripe-versioneddataobjects)Silverstripe-module[Framework](/categories/framework)

studiobonito/silverstripe-publishable
=====================================

Publishable is a module for Silverstripe that provides a number of extensions that make enabling and managing versioning for DataObjects much simpler.

1.3.1(10y ago)7712[3 PRs](https://github.com/studiobonito/silverstripe-publishable/pulls)BSD-2-ClausePHPPHP &gt;=5.3.2

Since Feb 21Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (12)Used By (0)

WARNING: Module depreciated
===========================

[](#warning-module-depreciated)

This SilverStripe module is depreciated please consider using the [`silverstripe-versioneddataobjects`](https://github.com/heyday/silverstripe-versioneddataobjects) module instead.

Publishable Module
==================

[](#publishable-module)

Overview
--------

[](#overview)

Publishable is a module for Silverstripe that provides a number of extensions that make enabling and managing versioning for DataObjects much simpler.

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

[](#requirements)

SilverStripe 3.1 or newer.

Installation Instructions
-------------------------

[](#installation-instructions)

Copy the 'publishable' folder to the root of your SilverStripe installation.

Usage Overview
--------------

[](#usage-overview)

Add the publishing actions to ExampleObject and make it versionable

```
ExampleObject::add_extension('Versioned("Stage", "Live")');
ExampleObject::add_extension('Publishable');

```

Replace GridField with PublishableGridField on ExampleModelAdmin

```
ExampleModelAdmin::add_extension('PublishableModelAdmin');

```

Create a new PublishableGridField to display the Example components

```
$publishableGridField = new PublishableGridField('Example', 'Example', $this->Example());

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~102 days

Recently: every ~147 days

Total

10

Last Release

3917d ago

### Community

Maintainers

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

---

Top Contributors

[![nedmas](https://avatars.githubusercontent.com/u/842280?v=4)](https://github.com/nedmas "nedmas (2 commits)")[![Zauberfisch](https://avatars.githubusercontent.com/u/186158?v=4)](https://github.com/Zauberfisch "Zauberfisch (2 commits)")

---

Tags

frameworksilverstripecmsversioneddataobjectgridfieldpublishable

### Embed Badge

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

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

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[axllent/silverstripe-version-truncator

Automatically delete old versioned Silverstripe records from the database

3673.1k3](/packages/axllent-silverstripe-version-truncator)[silverstripe/behat-extension

SilverStripe framework extension for Behat

32564.2k5](/packages/silverstripe-behat-extension)[oddnoc/silverstripe-artefactcleaner

Find and optionally delete unused tables, columns and indexes in a SilverStripe database

1419.0k3](/packages/oddnoc-silverstripe-artefactcleaner)[silverstripe-module/skeleton

A skeleton for Silverstripe CMS modules.

281.2k](/packages/silverstripe-module-skeleton)

PHPackages © 2026

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