PHPackages                             minimalic/silverstripe-essential - 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. [Templating &amp; Views](/categories/templating)
4. /
5. minimalic/silverstripe-essential

ActiveSilverstripe-vendormodule[Templating &amp; Views](/categories/templating)

minimalic/silverstripe-essential
================================

Provides helpful functions for own templates in Silverstripe CMS 5.

1.1.0(2y ago)07BSD-3-ClausePHP

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/minimalic/silverstripe-essential)[ Packagist](https://packagist.org/packages/minimalic/silverstripe-essential)[ RSS](/packages/minimalic-silverstripe-essential/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Silverstripe Essential
======================

[](#silverstripe-essential)

Provides helpful functions for use in own templates in Silverstripe CMS. Extends Silverstripe link module by a "Theme" dropdown for own button styles (Bootstrap naming by default).

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

[](#requirements)

- Silverstripe CMS 5.2 or higher
- [Silverstripe link module](https://github.com/silverstripe/silverstripe-linkfield)

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

[](#installation)

Install using Composer:

```
composer require minimalic/silverstripe-essential
```

Run from terminal: `vendor/bin/sake dev/build "flush=all"`

Or, use your base URL with: `/dev/build?flush=all`

Basic usage
-----------

[](#basic-usage)

### link module

[](#link-module)

Use `$Theme` keyword inside your template.

Configuration
-------------

[](#configuration)

### Custom theme options for the link module

[](#custom-theme-options-for-the-link-module)

Replace default theme dropdown options with custom options inside local `mysite.yml`:

```
minimalic\Essential\Extensions\LinkExtension:
  theme_options:
    basic: Basic
    green: 'Green Theme'
```

To add more options to the default ones use `theme_options_additional`:

```
minimalic\Essential\Extensions\LinkExtension:
  theme_options_additional:
    basic: Basic
    green: 'Green Theme'
```

The key (e.g. `green`) will be used inside the template. The value (e.g. `Green Theme`) is only for display purpose inside dropdown field.

License
-------

[](#license)

See [License](LICENSE)

Copyright (c) 2024, minimalic.com - Sebastian Finke All rights reserved.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

761d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18061991?v=4)[minimalic](/maintainers/minimalic)[@minimalic](https://github.com/minimalic)

---

Top Contributors

[![minimalic](https://avatars.githubusercontent.com/u/18061991?v=4)](https://github.com/minimalic "minimalic (16 commits)")

---

Tags

silverstripe-modulesilverstripefoundationbaseessential

### Embed Badge

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

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

###  Alternatives

[rywa/silverstripe-foundation-forms

Add ZURB Foundation framework forms compatibility to SilverStripe 3

126.4k](/packages/rywa-silverstripe-foundation-forms)[sunnysideup/ecommerce

Silverstripe E-commerce Application

247.3k84](/packages/sunnysideup-ecommerce)[symbiote/silverstripe-usertemplates

Provides user-definable templates within the CMS that can be applied to content trees. Allows specification of Layout and main templates, as well as associating css + js files

1414.8k2](/packages/symbiote-silverstripe-usertemplates)

PHPackages © 2026

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