PHPackages                             guilty/craft-slugify - 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. [Templating &amp; Views](/categories/templating)
4. /
5. guilty/craft-slugify

ActiveCraft-plugin[Templating &amp; Views](/categories/templating)

guilty/craft-slugify
====================

Adds slugify twig extensions to your craft install.

1.0.1(7y ago)019.3k↓60%2[1 issues](https://github.com/guilty-as/craft-slugify/issues)MITPHP

Since Nov 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/guilty-as/craft-slugify)[ Packagist](https://packagist.org/packages/guilty/craft-slugify)[ RSS](/packages/guilty-craft-slugify/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Craft Slugify for Craft 3.x
===========================

[](#craft-slugify-for-craft-3x)

Craft Slugify simply adds the Twig filter "slugify" to your Craft install, the [cocur/slugify](https://github.com/cocur/slugify) package is used for the actual slug generation.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
cd /path/to/project

```

2. Then tell Composer to load the plugin:

```
composer require guilty/craft-slugify

```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft Slugify.

Using Craft Slugify
-------------------

[](#using-craft-slugify)

```
{% set posts = craft.entries.section("posts").all() %}

Table of contents

    {% for post in posts %}
         {{ post.title }}
    {% endfor %}

{% for post in posts %}

        {{ post.title }}
        {{ post.bodyContent }}

{% endfor %}
```

Brought to you by [Guilty AS](https://guilty.no)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

2

Last Release

2797d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68f3958f40262d577ddc0596e4ba78b42c0409ebc7de948bab47edee392d5f68?d=identicon)[HelgeSverre](/maintainers/HelgeSverre)

---

Top Contributors

[![HelgeSverre](https://avatars.githubusercontent.com/u/1089652?v=4)](https://github.com/HelgeSverre "HelgeSverre (3 commits)")

---

Tags

craft-pluginslugslugifyslugcmsCraftcraftcmscraft-plugin

### Embed Badge

![Health badge](/badges/guilty-craft-slugify/health.svg)

```
[![Health](https://phpackages.com/badges/guilty-craft-slugify/health.svg)](https://phpackages.com/packages/guilty-craft-slugify)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[wbrowar/guide

A CMS Guide for Craft CMS.

6154.7k1](/packages/wbrowar-guide)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.6k](/packages/verbb-footnotes)[verbb/events

A full-featured plugin for event management and ticketing.

2311.9k](/packages/verbb-events)

PHPackages © 2026

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