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

ActiveSilverstripe-vendormodule

ryanpotter/silverstripe-cms-theme
=================================

CMS Theme

3.4.5(2y ago)39274.8k—0%26[4 PRs](https://github.com/Rhym/silverstripe-cms-theme/pulls)3BSD-3-ClausePHP

Since Jul 14Pushed 2y ago5 watchersCompare

[ Source](https://github.com/Rhym/silverstripe-cms-theme)[ Packagist](https://packagist.org/packages/ryanpotter/silverstripe-cms-theme)[ RSS](/packages/ryanpotter-silverstripe-cms-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (51)Used By (3)

Silverstripe CMS Branding
=========================

[](#silverstripe-cms-branding)

[![Latest Stable Version](https://camo.githubusercontent.com/32dac41d8c964eda31a6ace52b3ff9b3c74537e0e8767e480755ac4bb4dff670/68747470733a2f2f706f7365722e707567782e6f72672f7279616e706f747465722f73696c7665727374726970652d636d732d7468656d652f762f737461626c65)](https://packagist.org/packages/ryanpotter/silverstripe-cms-theme)[![Total Downloads](https://camo.githubusercontent.com/cafc743492e21fad1faaacc79169d5f26510157f7c6696dbda3715d5a1e30d30/68747470733a2f2f706f7365722e707567782e6f72672f7279616e706f747465722f73696c7665727374726970652d636d732d7468656d652f646f776e6c6f616473)](https://packagist.org/packages/ryanpotter/silverstripe-cms-theme)[![Monthly Downloads](https://camo.githubusercontent.com/5865aa45d2177b348423d3850d289609abf15cedbb1f9260f51a99319bec121e/68747470733a2f2f706f7365722e707567782e6f72672f7279616e706f747465722f73696c7665727374726970652d636d732d7468656d652f642f6d6f6e74686c79)](https://packagist.org/packages/ryanpotter/silverstripe-cms-theme)

Just a nice little UI change for the cms sidebar.

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
------

[](#thanks)

Thanks to  for some of their code for grouped menu items.

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

[](#installation)

```
composer require ryanpotter/silverstripe-cms-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
```

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

46

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community28

Small or concentrated contributor base

Maturity76

Established project with proven stability

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

Recently: every ~414 days

Total

47

Last Release

1086d ago

Major Versions

0.5.0 → 1.0.02017-03-07

1.0.5 → 2.0.02017-11-16

2.3.0 → 3.02018-05-15

0.5.1 → 3.4.52023-05-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/13a1b78f31cdad3eecbe5d11aadc3f5c527f76cde37710ab91dc03c42565f152?d=identicon)[RyanPotter](/maintainers/RyanPotter)

---

Top Contributors

[![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)")[![3Dgoo](https://avatars.githubusercontent.com/u/2616373?v=4)](https://github.com/3Dgoo "3Dgoo (2 commits)")[![gorriecoe](https://avatars.githubusercontent.com/u/11811440?v=4)](https://github.com/gorriecoe "gorriecoe (2 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)")[![DorsetDigital](https://avatars.githubusercontent.com/u/15108750?v=4)](https://github.com/DorsetDigital "DorsetDigital (1 commits)")[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (1 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)")

---

Tags

cmscsssilverstripesilverstripe-4silverstripe-modulethemesilverstripetheme

### Embed Badge

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

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

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[silverstripe-themes/simple

The SilverStripe simple theme (default SilverStripe 3 theme)

411.3M8](/packages/silverstripe-themes-simple)[feejin/silverstripe-securitytemplates

Custom security templates to mirror CMS

128.1k1](/packages/feejin-silverstripe-securitytemplates)[symbiote/silverstripe-steamedclams

139.5k](/packages/symbiote-silverstripe-steamedclams)

PHPackages © 2026

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