PHPackages                             dariuszp/silverstripe-betterslug - 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. dariuszp/silverstripe-betterslug

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

dariuszp/silverstripe-betterslug
================================

Better slug transliterator for Silverstripe with accent folding

0.5.0(10y ago)45702MITPHPPHP &gt;=5.3.2

Since Sep 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dariuszp/silverstripe-betterslug)[ Packagist](https://packagist.org/packages/dariuszp/silverstripe-betterslug)[ Docs](https://github.com/dariuszp/silverstripe-betterslug)[ RSS](/packages/dariuszp-silverstripe-betterslug/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

silverstripe-betterslug
=======================

[](#silverstripe-betterslug)

Slug generator with accent folding for Silverstripe CMS

This module will provide better text to slug translation for silverstripe by replacing very basic transliterator with cocur/slugify module:

Installation:
-------------

[](#installation)

```
  composer require dariuszp/silverstripe-betterslug
  // or if you have .phar package
  ./composer.phar require dariuszp/silverstripe-betterslug

```

Usage
-----

[](#usage)

When you create page with title like this:

```
Τάρτες ατομικές με γέμιση πορτοκαλένιας κρέμας και γλυκό πορτοκάλι

```

It will be translated to:

```
tartes-atomikes-me-gemisi-portokalenias-kremas-kai-gliko-portokali

```

Istead of **page-41** like before.

In case some characters are not handled, you can further configure module by add your own translation rules. For example:

**\_config.yml**

```
BetterSlug:
  rulesets:
    symbols:
      active: true
      map:
        ☂: ubrella
        ☁: cloud

```

This will turn:

```
When you see dark ☁, bring an ☂!

```

Into:

```
when-you-see-dark-cloud-bring-an-ubrella

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

5

Last Release

3715d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/194d57b1db64826066b7414fb25463ba47579bb253ddf8a8c684fe9d01f95a02?d=identicon)[dariuszp](/maintainers/dariuszp)

---

Tags

slugsilverstripeaccentSS\_Transliteratorfolding

### Embed Badge

![Health badge](/badges/dariuszp-silverstripe-betterslug/health.svg)

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

###  Alternatives

[nightjar/ss-slug

Serve DataObjects as pages through an Action on a relation's Controller without referencing the ID

116.7k2](/packages/nightjar-ss-slug)[silverstripe/multi-domain

Allows multiple domains to access one CMS instance, mapping them to different sections of the hierarchy

141.6k](/packages/silverstripe-multi-domain)

PHPackages © 2026

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