PHPackages                             silverstripeltd/startup-theme-components - 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. silverstripeltd/startup-theme-components

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

silverstripeltd/startup-theme-components
========================================

PHP components and dependencies for the Silverstripe Startup theme

1.2.0(1mo ago)248↓68.8%BSD-3-ClausePHP

Since Oct 30Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/silverstripeltd/startup-theme-components)[ Packagist](https://packagist.org/packages/silverstripeltd/startup-theme-components)[ RSS](/packages/silverstripeltd-startup-theme-components/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (12)Versions (7)Used By (0)

The Startup Package: startup-theme-components
=============================================

[](#the-startup-package-startup-theme-components)

This module extends the Startup theme with some commonly used modules, and some example models to get you started.

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

[](#installation)

This module should be installed as part of a clean Silverstripe project if you'd like all the default content to be created.

This guide assumes you have [Composer](https://getcomposer.org/) installed, as well as knowlege of running a webserver with PHP and a database.

In the CLI, navigate to the folder where you want to create your Silverstripe project.

Create a new Silverstripe project via composer:

```
composer create-project silverstripe/installer {my-project}
```

Navigate to your project folder:

```
cd {my-project}
```

Point your webserver root to the `public` folder inside your project folder.

Then require the `startup-theme-components` module:

```
composer require silverstripeltd/startup-theme-components
```

As with most Silverstripe modules, you'll need to then build the database fields.

```
vendor/bin/sake db:build
```

In your project's `app/_config/theme.yml` file, add the `- 'silverstripeltd/startup-theme-components:startup-theme-components'` theme as the default theme. Your config should look something like this:

```
---
Name: mytheme
---
SilverStripe\View\SSViewer:
  themes:
    - 'silverstripeltd/startup-theme-components:startup-theme-components'
    - 'startup-theme'
    - '$public'
    - '$default'
```

You can now modify and extend the theme as you like. See here for more information on [customising themes](https://docs.silverstripe.org/en/6/developer_guides/templates/themes/).

Now set up your .env file as required, see the [quick start guide](https://docs.silverstripe.org/en/6/getting_started/#quickstart-installation)

Included Modules
----------------

[](#included-modules)

### [Silverstripe Elemental](https://github.com/silverstripe/silverstripe-elemental)

[](#silverstripe-elemental)

The Elemental module is a popular and essential add-on to Silverstripe CMS. It replaces the standard `Content` field on a page with an `ElementalArea` field. This enables content authors to compose webpages from sets of Elements - also known as Blocks. Find the full developer documentation for Elemental [here](https://docs.silverstripe.org/en/5/optional_features/elemental/).

Startup Theme Components (STC) already has some basic Elemental setup. We have created a Blocks Page model found at src/PageTypes/BlocksPage.php, and this has the DNADesign\\Elemental\\Extensions\\ElementalPageExtension applied (see \_config.startup.yml to see extension configurations). Add a Blocks Page via the CMS and add blocks to the page. STC comes with pre-defined block types: **Content Block** and **Image &amp; Text Block**. For information on creating custom block types, see the [documentation](https://docs.silverstripe.org/en/5/optional_features/elemental/defining-you-own-elements/).

### [Silverstripe Menu Manager](https://github.com/WPP-Public/akqa-nz-silverstripe-menumanager)

[](#silverstripe-menu-manager)

Menu Manager lets you define custom menus in the CMS, and use them in templates. STC ships with a Main Menu and a Footer Menu, edit these via the "Menus" link in the CMS admin. For more info on creating new menus, check the [README](https://github.com/WPP-Public/akqa-nz-silverstripe-menumanager#silverstripe-menu-manager).

### [FocusPoint](https://github.com/jonom/silverstripe-focuspoint)

[](#focuspoint)

FocusPoint allows content authors to define a focal point for images, so that images are cropped intelligently when resampled. Consult the [README](https://github.com/jonom/silverstripe-focuspoint?tab=readme-ov-file) for detailed usaged instructions.

Other customisations
--------------------

[](#other-customisations)

There have been some other useful extensions added to core Silverstripe models, to demonstrate how their data can be customised.

- **Site Config Extension** - The Site Config has been extended to include a field for the footer copyright line, and a custom link button for the site header. Site Config extensions are very useful for providing global data, so you'll find one in almost every Silverstripe project.
- **Page Extension** - An Intro field and option to hide the sibling menu are added to the base Page type.
- **Image Extension** - Adds a field to customise the `alt` attribute for images.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance92

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% 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 ~68 days

Total

4

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c908aac2ff1c0c0763a662df79bd03e53edcb12fb3115a7304f7e6892e0751ec?d=identicon)[silverstripe-serviceaccount-ssltd](/maintainers/silverstripe-serviceaccount-ssltd)

---

Top Contributors

[![TheSceneman](https://avatars.githubusercontent.com/u/88803020?v=4)](https://github.com/TheSceneman "TheSceneman (64 commits)")[![thisisannie](https://avatars.githubusercontent.com/u/18449611?v=4)](https://github.com/thisisannie "thisisannie (15 commits)")[![BrookeNZ](https://avatars.githubusercontent.com/u/4251008?v=4)](https://github.com/BrookeNZ "BrookeNZ (7 commits)")[![DevKCode](https://avatars.githubusercontent.com/u/365647?v=4)](https://github.com/DevKCode "DevKCode (5 commits)")[![blueo](https://avatars.githubusercontent.com/u/948122?v=4)](https://github.com/blueo "blueo (2 commits)")

---

Tags

silverstripe

### Embed Badge

![Health badge](/badges/silverstripeltd-startup-theme-components/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripeltd-startup-theme-components/health.svg)](https://phpackages.com/packages/silverstripeltd-startup-theme-components)
```

###  Alternatives

[dnadesign/silverstripe-elemental-decisiontree

Element displaying information in regards to answers given to questions

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

Elemental grid module

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

PHPackages © 2026

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