PHPackages                             stevenpaw/silverstripe-cms-backend-theme - 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. stevenpaw/silverstripe-cms-backend-theme

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

stevenpaw/silverstripe-cms-backend-theme
========================================

CMS Backend Theme

v1.1.0(1mo ago)2148↓25%BSD-3-ClausePHP

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/StevenPaw/silverstripe-cms-backend-theme)[ Packagist](https://packagist.org/packages/stevenpaw/silverstripe-cms-backend-theme)[ RSS](/packages/stevenpaw-silverstripe-cms-backend-theme/feed)WikiDiscussions main Synced 1w ago

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

Silverstripe CMS Backend Theme
==============================

[](#silverstripe-cms-backend-theme)

A configurable theme to brand your backend and make the LeftAndMain-Part of the backend more modern. Updated for Silverstripe CMS 6.2

[![Latest Stable Version](https://camo.githubusercontent.com/135b2a6f7708eb515329e3d6d8d7c6d849afc12703e0e9dc30974298c3d65169/68747470733a2f2f706f7365722e707567782e6f72672f73746576656e7061772f73696c7665727374726970652d636d732d6261636b656e642d7468656d652f762f737461626c65)](https://packagist.org/packages/stevenpaw/silverstripe-cms-backend-theme)[![Total Downloads](https://camo.githubusercontent.com/84ec4c0af54e08aa3a0bb1729694241f0ee336aab9be1b11c981966ec14ea80a/68747470733a2f2f706f7365722e707567782e6f72672f73746576656e7061772f73696c7665727374726970652d636d732d6261636b656e642d7468656d652f646f776e6c6f616473)](https://packagist.org/packages/stevenpaw/silverstripe-cms-backend-theme)[![Monthly Downloads](https://camo.githubusercontent.com/33019bd05fd223530a6b6e15736ebda373915d527fdc4e4fa2ec2a0fea2d5032/68747470733a2f2f706f7365722e707567782e6f72672f73746576656e7061772f73696c7665727374726970652d636d732d6261636b656e642d7468656d652f642f6d6f6e74686c79)](https://packagist.org/packages/stevenpaw/silverstripe-cms-backend-theme)

The theme supports an UploadField in the *Settings &gt; Settings Tab &gt; CMS Tab* for a logo to be displayed in the left-hand menu of the CMS.

Screenshot
----------

[](#screenshot)

[![Screenshot](https://github.com/Rhym/silverstripe-cms-theme/raw/master/screenshot.png)](https://github.com/Rhym/silverstripe-cms-theme/blob/master/screenshot.png)

Thanks and based on
-------------------

[](#thanks-and-based-on)

Updated and continued version of Ryan Potters Silverstripe CMS Theme Module: . Thanks to  for some of their code for grouped menu items.

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

[](#installation)

```
composer require stevenpaw/silverstripe-cms-backend-theme
```

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

[](#configuration)

You can either choose to upload a CMS logo through the Site Settings section of the CMS, or you can define it through a YML configuration like the below:

```
SilverStripe\SiteConfig\SiteConfig:
  cms_logo: 'path/to/your/image.png'
  cms_logo_width: 100 # Optional width constraint
```

You can set the theme colour of the left menu by defining it through a YML configuration like the below:

```
SilverStripe\Admin\LeftAndMain:
  cms_background: '#1d48a0'
  cms_border_color: '#173778'
  cms_color: '#fff'
  cms_hover_background: 'inherit'
  cms_hover_color: currentColor
  cms_active_background: '#173778'
  cms_active_color: currentColor
  cms_drawer_background: '#1a3e88'
  cms_drawer_color: currentColor
  cms_icon_color: currentColor
  menu_collapsible: true # Set to true to enable menu collapse/expand button (default: false - always expanded)
  show_cms_info: true # Set to true to show full CMS info panel (Help menu, sticky toggle, etc.)
```

**Note:** By default, the menu is always expanded without a toggle button. Set `menu_collapsible: true` to enable the collapse/expand toggle button. If you set `show_cms_info: true`, you'll get the full menu toggle panel including help menu and sticky navigation toggle.

Grouping CMS Menus
------------------

[](#grouping-cms-menus)

You can add menu items to a list by using adding the menu code to the `menu_groups` config e.g:

```
SilverStripe\Admin\LeftAndMain:
  menu_groups:
    Misc:
      icon_class: 'fa fa-folder' # (optional) Defaults to 'fa fa-folder'
      priority: 0 # (optional) Defaults to menu item order
      items:
        - SilverStripe-CampaignAdmin-CampaignAdmin
        - Help
        - SilverStripe-Reports-ReportAdmin
```

### Overriding/Adding Icons

[](#overridingadding-icons)

The icons in this cms theme use [Font Awesome](https://fontawesome.com), to override these icons simply add the class that represents the icon you wish to display in your ModelAdmin extension. e.g:

```
private static $menu_icon_class = 'fas fa-pencil-alt';
```

Alternatively you can set this using a YML config. e.g

```
SilverStripe\CMS\Controllers\CMSPagesController:
  menu_icon_class: 'fas fa-sitemap'
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance92

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

40d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37051985?v=4)[Steffen Kahl](/maintainers/StevenPaw)[@StevenPaw](https://github.com/StevenPaw)

---

Top Contributors

[![StevenPaw](https://avatars.githubusercontent.com/u/37051985?v=4)](https://github.com/StevenPaw "StevenPaw (17 commits)")[![Rhym](https://avatars.githubusercontent.com/u/1136811?v=4)](https://github.com/Rhym "Rhym (14 commits)")[![Firesphere](https://avatars.githubusercontent.com/u/680570?v=4)](https://github.com/Firesphere "Firesphere (5 commits)")[![hchokshi](https://avatars.githubusercontent.com/u/10136407?v=4)](https://github.com/hchokshi "hchokshi (4 commits)")[![gorriecoe](https://avatars.githubusercontent.com/u/11811440?v=4)](https://github.com/gorriecoe "gorriecoe (2 commits)")[![3Dgoo](https://avatars.githubusercontent.com/u/2616373?v=4)](https://github.com/3Dgoo "3Dgoo (2 commits)")[![sunnysideup](https://avatars.githubusercontent.com/u/167154?v=4)](https://github.com/sunnysideup "sunnysideup (1 commits)")[![thats4shaw](https://avatars.githubusercontent.com/u/855269?v=4)](https://github.com/thats4shaw "thats4shaw (1 commits)")[![DorsetDigital](https://avatars.githubusercontent.com/u/15108750?v=4)](https://github.com/DorsetDigital "DorsetDigital (1 commits)")[![elliot-sawyer](https://avatars.githubusercontent.com/u/354793?v=4)](https://github.com/elliot-sawyer "elliot-sawyer (1 commits)")[![korthjp17](https://avatars.githubusercontent.com/u/3858661?v=4)](https://github.com/korthjp17 "korthjp17 (1 commits)")[![rosis-sharma-trainor](https://avatars.githubusercontent.com/u/134005915?v=4)](https://github.com/rosis-sharma-trainor "rosis-sharma-trainor (1 commits)")[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (1 commits)")

---

Tags

silverstripetheme

### Embed Badge

![Health badge](/badges/stevenpaw-silverstripe-cms-backend-theme/health.svg)

```
[![Health](https://phpackages.com/badges/stevenpaw-silverstripe-cms-backend-theme/health.svg)](https://phpackages.com/packages/stevenpaw-silverstripe-cms-backend-theme)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5253.6M1.4k](/packages/silverstripe-cms)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[ryanpotter/silverstripe-cms-theme

CMS Theme

39278.3k5](/packages/ryanpotter-silverstripe-cms-theme)

PHPackages © 2026

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