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

ActiveSilverstripe-vendormodule

nyeholt/silverstripe-ozzymental
===============================

Useful additions to the Elemental module.

2.1.0(6y ago)25.7k1[1 issues](https://github.com/nyeholt/silverstripe-ozzymental/issues)BSD-3-ClausePHP

Since Dec 12Pushed 6y ago1 watchersCompare

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

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

OzzyMental - some Elemental extensions
======================================

[](#ozzymental---some-elemental-extensions)

Adds in

- ElementaryPage - a page type that uses elements
- EmbeddedItemElement - An element type that uses OEmbed for embedding arbitrary URL content
- TemplatedElementExtension - with the User Templates module, allows for elements to be individually templated.

Composer Install
----------------

[](#composer-install)

```
composer require nyeholt/silverstripe-ozzymental:~2.0

```

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

[](#requirements)

- SilverStripe 4.1+

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

[](#configuration)

ElementaryPage can be used out of the box as a new page type when creating a page

EmbeddedItemElement will be available as an element to add

TemplatedElementExtension - NOT AVAILABLE IN SS4 as yet

Templated elements
------------------

[](#templated-elements)

Add in User Templates module, and you can choose a CMS managed template to be bound to the template

You'll need to add an ElementHolder.ss template to your theme that contains something like

```

$TemplatedContent

```

to make use of it.

Then, bind the extensions

```
---
Name: element_config
---
DNADesign\Elemental\Models\BaseElement:
  extensions:
    - Symbiote\Elemental\Extension\TemplatedElementExtension

DNADesign\Elemental\Controllers\ElementController:
  extensions:
    - Symbiote\Elemental\Extension\TemplatedElementControllerExtension

---
Name: elemental_overrides
Only:
  moduleexists: usertemplates
---
DNADesign\Elemental\Models\BaseElement:
  has_one:
    LayoutTemplate: Symbiote\UserTemplates\UserTemplate

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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

Every ~301 days

Total

3

Last Release

2471d ago

Major Versions

1.0.0 → 2.0.02018-12-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/25cb1c56a7ab949d1e6b28a2a04862ce1cffe1799a291e1797f8dfd33cd83716?d=identicon)[nyeholt](/maintainers/nyeholt)

---

Top Contributors

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

---

Tags

silverstripeelementsmultirecord-editing

### Embed Badge

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

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

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[silverstripe/multi-domain

Allows multiple domains to access one CMS instance, mapping them to different sections of the hierarchy

141.6k](/packages/silverstripe-multi-domain)

PHPackages © 2026

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