PHPackages                             plato-creative/silverstripe-sections - 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. plato-creative/silverstripe-sections

ActiveSilverstripe-module

plato-creative/silverstripe-sections
====================================

Silverstripe sections

1.4.1(9y ago)4145[2 PRs](https://github.com/PlatoCreative/silverstripe-sections/pulls)BSD-3-ClausePHP

Since Feb 5Pushed 9y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (19)Used By (0)

Silverstripe sections
=====================

[](#silverstripe-sections)

This module splits pages into reusable sections that can used across multiple pages.

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

[](#installation)

Composer is the recommended way of installing SilverStripe modules.

```
composer require plato-creative/silverstripe-sections 1.*

```

### Customisation

[](#customisation)

#### Styles

[](#styles)

For each section type, you can define additional styles in your config.yml.

```
LinkSection:
  styles:
    - Layout1
    - Layout2
```

This will provide optional classes for each section type to choose from in the CMS.

#### Templating

[](#templating)

Below is the template hierarchy.

1. SectionType\_PageType\_Style.ss e.g. LinkSection\_HomePage\_Tiles.ss
2. SectionType\_Style.ss e.g. LinkSection\_Tiles.ss
3. SectionType\_PageType.ss e.g. BannerSection\_HomePage.ss
4. SectionType.ss e.g. GallerySection.ss

#### Section Configuration

[](#section-configuration)

##### Limit or exclude

[](#limit-or-exclude)

You can limit or completely exclude sections from a page type by defining it in your config.yml You can also setup Pages to have preset sections and decide if you want the sections to be shared across pages.

```
HomePage:
  section_options:
    BreadcrumbSection:
      limit: 0 # excluded from HomePage
    ContentSection:
      limit: 1 # Only 1 can ever be added
```

##### Add preset sections to page type

[](#add-preset-sections-to-page-type)

You can also setup Pages to have preset sections and decide if you want the sections to be shared across pages.

```
FormPage:
  section_options:
    FormSection:
      presets:
        'Home Page Form': 'shared' # section is shared across home pages
        'Another Form': 'not-shared' # section is not shared across home pages
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 89.4% 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 ~24 days

Recently: every ~45 days

Total

18

Last Release

3329d ago

Major Versions

0.1 → 1.0.02016-03-01

1.4.1 → 2.x-dev2017-03-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/23e3a1ee967f8874e7e6bdc6394b03876b07e281c437c2fc40113e7a01b83878?d=identicon)[platocreative](/maintainers/platocreative)

---

Top Contributors

[![gorriecoe](https://avatars.githubusercontent.com/u/11811440?v=4)](https://github.com/gorriecoe "gorriecoe (84 commits)")[![mylesthedev](https://avatars.githubusercontent.com/u/909749?v=4)](https://github.com/mylesthedev "mylesthedev (7 commits)")[![hdpero](https://avatars.githubusercontent.com/u/13778690?v=4)](https://github.com/hdpero "hdpero (2 commits)")[![dawb](https://avatars.githubusercontent.com/u/777930?v=4)](https://github.com/dawb "dawb (1 commits)")

---

Tags

silverstripesectionsmodular

### Embed Badge

![Health badge](/badges/plato-creative-silverstripe-sections/health.svg)

```
[![Health](https://phpackages.com/badges/plato-creative-silverstripe-sections/health.svg)](https://phpackages.com/packages/plato-creative-silverstripe-sections)
```

###  Alternatives

[nobrainerweb/silverstripe-content-blocks

Split your page content into manageable blocks/sections of content, each with their own template

301.5k](/packages/nobrainerweb-silverstripe-content-blocks)[sunnysideup/ecommerce

Silverstripe E-commerce Application

257.2k79](/packages/sunnysideup-ecommerce)[bummzack/page-blocks

Modular content-blocks for SilverStripe pages

135.3k](/packages/bummzack-page-blocks)[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)

PHPackages © 2026

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