PHPackages                             toastnz/toast-cms-helpers - 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. toastnz/toast-cms-helpers

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

toastnz/toast-cms-helpers
=========================

Silverstripe CMS helpers

0.1.2(9y ago)11.0k↓100%1BSD-3-ClausePHP

Since Jan 4Pushed 9y ago3 watchersCompare

[ Source](https://github.com/toastnz/toast-cms-helpers)[ Packagist](https://packagist.org/packages/toastnz/toast-cms-helpers)[ RSS](/packages/toastnz-toast-cms-helpers/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/567aed242f7bd1fe8573a19f439437b6ed9d40e1967c545e4a9d5460b2f6ea55/68747470733a2f2f706f7365722e707567782e6f72672f746f6173746e7a2f746f6173742d636d732d68656c706572732f646f776e6c6f616473)](https://packagist.org/packages/toastnz/toast-cms-helpers)[![License](https://camo.githubusercontent.com/39a713d3eab6de6a5be82da1e26944476ec53b7f78e69ea4fcfaaf561c5e2ecd/68747470733a2f2f706f7365722e707567782e6f72672f746f6173746e7a2f746f6173742d636d732d68656c706572732f6c6963656e7365)](https://packagist.org/packages/toastnz/toast-cms-helpers)[![Build Status](https://camo.githubusercontent.com/b6b44b5356402ec5409d305eea4c16b23b7e96056dd43b42229c1d2070fd2eba/68747470733a2f2f7472617669732d63692e6f72672f746f6173746e7a2f746f6173742d636d732d68656c706572732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/toastnz/toast-cms-helpers)[![](https://camo.githubusercontent.com/c6f81bb73ef1ac826cf0f82fc800dcc192492472d55236352a287bc084034e9b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f776974682d2532302532302532302545322539382539352d677265656e2e737667)](https://camo.githubusercontent.com/c6f81bb73ef1ac826cf0f82fc800dcc192492472d55236352a287bc084034e9b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f776974682d2532302532302532302545322539382539352d677265656e2e737667)[![](https://camo.githubusercontent.com/71cd02ba86166b915c98b109c2d3a89ec3e7d3af35cb1caedbe406c989b5b481/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f62792d2546302539462539322541392546302539462539322541392d6464646464642e737667)](https://camo.githubusercontent.com/71cd02ba86166b915c98b109c2d3a89ec3e7d3af35cb1caedbe406c989b5b481/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f62792d2546302539462539322541392546302539462539322541392d6464646464642e737667)[![](https://camo.githubusercontent.com/9ed542479407004b5f4ae13b0d2daf542307f1d7715b507d2012332b592b9e2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f666f722d2546302539462539322542352d6536616363612e737667)](https://camo.githubusercontent.com/9ed542479407004b5f4ae13b0d2daf542307f1d7715b507d2012332b592b9e2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f666f722d2546302539462539322542352d6536616363612e737667)

Silverstripe CMS Helpers
========================

[](#silverstripe-cms-helpers)

Small helpers, fields, and requirements to assist users with navigating and using the CMS.

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

[](#installation)

```
 composer require toastnz/toast-cms-helpers

```

Features
--------

[](#features)

### Reference Field

[](#reference-field)

The Reference Field displays an image inside a styled block, with the purpose of showing the user where content will be displayed on the frontend.

#### Usage

[](#usage)

```
$referenceField = ReferenceField::create(
    'FieldName', // Can be blank
    'Heading / Label',
    'Hint / ToolTip',
    'example.png' // Image / screenshot filename
);
```

### Configuration

[](#configuration)

```
ReferenceField:
  base_image_path: 'mysite/images/reference'
  border_color: '#0073aa'
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~11 days

Total

2

Last Release

3404d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1321485?v=4)[Jaydn de Graaf](/maintainers/permanentinc)[@permanentinc](https://github.com/permanentinc)

---

Top Contributors

[![danaenz](https://avatars.githubusercontent.com/u/6868265?v=4)](https://github.com/danaenz "danaenz (3 commits)")

---

Tags

documentationsilverstripecms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/toastnz-toast-cms-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/toastnz-toast-cms-helpers/health.svg)](https://phpackages.com/packages/toastnz-toast-cms-helpers)
```

PHPackages © 2026

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