PHPackages                             gabriel-secchi/php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gabriel-secchi/php-slugify

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gabriel-secchi/php-slugify
==========================

Simples pacote para converter uma string qualquer em Slug.

v1.1.0(6y ago)118.1k↓50%MITPHPPHP &gt;=5.5.0CI failing

Since Sep 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gabriel-secchi/php-slugify)[ Packagist](https://packagist.org/packages/gabriel-secchi/php-slugify)[ Docs](https://github.com/gabriel-secchi/php-slugify)[ RSS](/packages/gabriel-secchi-php-slugify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

php-slugify
===========

[](#php-slugify)

Simples pacote para converter uma string qualquer em Slug

instalação
----------

[](#instalação)

Obter o pacote pelo composer:

```
composer require gabriel-secchi/php-slugify
```

Uso
---

[](#uso)

```
$seuTexto = 'Texto para gerar Slug';
$separador = '-';
$result = \PhpSlugify\Slugify::convert($seuTexto, $separador);
```

Ou apenas

```
$seuTexto = 'Texto para gerar Slug';
$separador = '-';
$result = slug($seuTexto, $separador);
```

Em ambos os casos o resultado será:

```
texto-para-gerar-slug

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2328d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bc2b2bd403c36a2a7c526b5ca3f3d5022f456ba3ac3a513c3f92338c9f88d2c?d=identicon)[Gabriel Secchi](/maintainers/Gabriel%20Secchi)

---

Top Contributors

[![gabriel-secchi](https://avatars.githubusercontent.com/u/14836224?v=4)](https://github.com/gabriel-secchi "gabriel-secchi (3 commits)")

---

Tags

phpslugstring

### Embed Badge

![Health badge](/badges/gabriel-secchi-php-slugify/health.svg)

```
[![Health](https://phpackages.com/badges/gabriel-secchi-php-slugify/health.svg)](https://phpackages.com/packages/gabriel-secchi-php-slugify)
```

###  Alternatives

[coduo/php-to-string

Simple library that converts PHP value into strings

27112.7M10](/packages/coduo-php-to-string)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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