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

ActiveSymfony-bundle

igdr/slugify-bundle
===================

Slugify Bundle

v0.1(9y ago)035PHPPHP &gt;=7.1

Since Jan 30Pushed 9y ago1 watchersCompare

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

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

Slugify Bundle
==============

[](#slugify-bundle)

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

[](#installation)

Add the bundle to your `composer.json`:

```
composer require igdr/slugify-bundle

```

and run:

```
php composer.phar update

```

Then add the SlugifyBundle to your application kernel:

```
// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\SlugifyBundle\IgdrSlugifyBundle(),
        // ...
    );
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b43bdf609a0bbcb50ca6e968cd7a62159b63c2296c1151b937a87cf78f29890?d=identicon)[igdr](/maintainers/igdr)

---

Top Contributors

[![igdr](https://avatars.githubusercontent.com/u/4249152?v=4)](https://github.com/igdr "igdr (5 commits)")

---

Tags

slugifyIgdr

### Embed Badge

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

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

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[cocur/slugify

Converts a string into a slug.

3.0k66.7M328](/packages/cocur-slugify)[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)[jbzoo/utils

Collection of PHP functions, mini classes and snippets for everyday developer's routine life.

8321.5M36](/packages/jbzoo-utils)[symfony-cmf/slugifier-api

Provides a basic slugifier interface to transform text into strings suitable for URLs

281.7M5](/packages/symfony-cmf-slugifier-api)

PHPackages © 2026

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