PHPackages                             adiwidjaja/silverstripe-elemental-base - 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. adiwidjaja/silverstripe-elemental-base

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

adiwidjaja/silverstripe-elemental-base
======================================

Alternate elemental base

v1.1(7y ago)0344↓100%11BSD-3-ClausePHPCI failing

Since Sep 12Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (1)

silverstripe-elemental-base
===========================

[](#silverstripe-elemental-base)

Silverstripe Elemental Alternate Base

Usage
=====

[](#usage)

elements.yml:

```
---
Name: myelements
After: silverstripe-elemental-textimage
---
Page:
  extensions:
  - ATW\ElementalBase\Extensions\ElementalPageExtension
  ATW\ElementalTextImage\Models\ElementTextImage:
    variants:
      section--imageleft: 'Image Left'
      section--imageright: 'Image Right'
    variants_name: 'Image direction'
  ATW\ElementalBase\Models\ElementText:
    options:
      section--highlight: 'Highlight'
    options_name: 'Options'
ATW\ElementalBase\Models\BaseElement:
  use_submenu: false

```

Options and Variants
====================

[](#options-and-variants)

Variants and options can be defined in the config. They are displayed in the CMS as dropdown (Variants) and checkboxes (Options).

They can be included in the template.

ElementTextImage.ss:

```

            $Title

                $Text

                $Image

```

Submenu
=======

[](#submenu)

For the generation of anchor menus:

```
ATW\ElementalBase\Models\BaseElement:
  use_submenu: true

```

Displays title and option for the submenu in the CMS.

In the template:

```

    $Title

```

Menu Extension
==============

[](#menu-extension)

Not really related:

```
Page:
  extensions:
  - ATW\ElementalBase\Extensions\MenuPageExtension
  menus:
    main: "Main menu"
    footer: "Footer menu"
PageController:
  extensions:
  - ATW\ElementalBase\Extensions\MenuContentControllerExtension

```

In the template:

```

$MenuTitle

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

2771d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64d979993815fa2d2ea95b3fd72b4f43e95a631ce569f4f1c0330786971b5fc2?d=identicon)[adiwidjaja](/maintainers/adiwidjaja)

---

Top Contributors

[![adiwidjaja](https://avatars.githubusercontent.com/u/280394?v=4)](https://github.com/adiwidjaja "adiwidjaja (22 commits)")

### Embed Badge

![Health badge](/badges/adiwidjaja-silverstripe-elemental-base/health.svg)

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

###  Alternatives

[fractas/elemental-stylings

Collection of useful and reusable SilverStripe Elemental stylings properties

1416.4k1](/packages/fractas-elemental-stylings)[dnadesign/silverstripe-elemental-decisiontree

Element displaying information in regards to answers given to questions

1116.2k1](/packages/dnadesign-silverstripe-elemental-decisiontree)[wedevelopnl/silverstripe-elemental-grid

Elemental grid module

1014.1k2](/packages/wedevelopnl-silverstripe-elemental-grid)

PHPackages © 2026

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