PHPackages                             ioti/silverstripe-blogcategories - 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. ioti/silverstripe-blogcategories

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

ioti/silverstripe-blogcategories
================================

Adds a manageable list of categories to the SilverStripe blog module

3.0.x-dev(12y ago)73.6k11[3 PRs](https://github.com/rsmclaren/silverstripe-blogcategories/pulls)PHP

Since Nov 8Pushed 6y ago3 watchersCompare

[ Source](https://github.com/rsmclaren/silverstripe-blogcategories)[ Packagist](https://packagist.org/packages/ioti/silverstripe-blogcategories)[ RSS](/packages/ioti-silverstripe-blogcategories/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

silverstripe-blogcategories
===========================

[](#silverstripe-blogcategories)

Adds a manageable list of categories to the SilverStripe blog Module

extract and put in the root of your SilverStripe install.

Requires the SilverStripe Blog Module to be installed

Requires SilverStripe v3.1+

Use the 3.0 branch for 3.0 compatibility.

Usage
-----

[](#usage)

By default adding new blog categories is limited to the BlogHolder class. You can modify this functionality in your config.yml or \_config.php to limit it to the BlogTree class instead using the following code.

In \_config.php

```
Config::inst()->update('BlogCategory', 'limit_to_holder', false);

```

in config.yml

```
BlogCategory:
  limit_to_holder:  false

```

### Tagcloud

[](#tagcloud)

With the `BlogCategoryCloud` class, you can make weighted "tag clouds" linked to their respective categories. Getters are already included in the `BlogEntry` and `BlogHolder` extensions, so in those page types you can simply call `$BlogCategoryCloud`in a template.

The cloud shows the 10 most popular categories by default. There's also a dedicated view with all tags, which you can link to via `$BlogCategoriesMoreLink`.

CMS Admins can also easily add a category cloud by using the provided category cloud widget

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.5% 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

Unknown

Total

1

Last Release

4569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b9760d863a67d3ef3d65758d31e5c9263954d105124d5aee2515301960f4d97?d=identicon)[rsmclaren](/maintainers/rsmclaren)

---

Top Contributors

[![rsmclaren](https://avatars.githubusercontent.com/u/1579625?v=4)](https://github.com/rsmclaren "rsmclaren (22 commits)")[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (12 commits)")[![camfindlay](https://avatars.githubusercontent.com/u/367847?v=4)](https://github.com/camfindlay "camfindlay (2 commits)")[![jeffwhitfield](https://avatars.githubusercontent.com/u/274571?v=4)](https://github.com/jeffwhitfield "jeffwhitfield (1 commits)")

---

Tags

silverstripeblogcategories

### Embed Badge

![Health badge](/badges/ioti-silverstripe-blogcategories/health.svg)

```
[![Health](https://phpackages.com/badges/ioti-silverstripe-blogcategories/health.svg)](https://phpackages.com/packages/ioti-silverstripe-blogcategories)
```

###  Alternatives

[silverstripe/blog

A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.

104739.2k31](/packages/silverstripe-blog)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)

PHPackages © 2026

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