PHPackages                             eschmar/slugify-bundle - 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. eschmar/slugify-bundle

ActiveSymfony-bundle

eschmar/slugify-bundle
======================

Provides static method to convert strings to slugs and twig filter.

v2.0.0(6y ago)0563MITPHPPHP &gt;=7.1.0

Since Apr 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eschmar/slugify-bundle)[ Packagist](https://packagist.org/packages/eschmar/slugify-bundle)[ Docs](https://github.com/eschmar/slugify-bundle)[ RSS](/packages/eschmar-slugify-bundle/feed)WikiDiscussions master Synced 2mo ago

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

SlugifyBundle
=============

[](#slugifybundle)

Provides static method to convert strings to slugs as well as a twig filter for symfony. If you only need the static class, you'll [find it here](Util/Slug.php).

Install
-------

[](#install)

Composer ([Packagist](https://packagist.org/packages/eschmar/slugify-bundle)):

```
composer require eschmar/slugify-bundle ~v2.0 # Symfony Flex
composer require eschmar/slugify-bundle ~v1.0 # Symfony 2
```

app/Appkernel.php:

```
new Eschmar\SlugifyBundle\EschmarSlugifyBundle(),
```

Usage
-----

[](#usage)

```
use Eschmar\SlugifyBundle\Util\Slug;
$test = Slug::ify("String to be slugified");
// results in $test == "string-to-be-slugified"
```

Twig Extension
--------------

[](#twig-extension)

```
{{ "String to be slugified"|slugify }}
```

License
=======

[](#license)

MIT License

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

2518d ago

Major Versions

v1.0.0 → v2.0.02019-06-22

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.3

v2.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/af4b985a4f3db3fb0b416d19be8d211087f9ccc9bc19ba55295632e77b8bc79c?d=identicon)[eschmar](/maintainers/eschmar)

---

Top Contributors

[![eschmar](https://avatars.githubusercontent.com/u/2345471?v=4)](https://github.com/eschmar "eschmar (6 commits)")

---

Tags

slugslugifysymfony

### Embed Badge

![Health badge](/badges/eschmar-slugify-bundle/health.svg)

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

###  Alternatives

[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M62](/packages/jbroadway-urlify)[ausi/slug-generator

Slug Generator

8002.2M22](/packages/ausi-slug-generator)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)

PHPackages © 2026

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