PHPackages                             callcocam/tall-sluggable - 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. callcocam/tall-sluggable

ActivePackage

callcocam/tall-sluggable
========================

The packages auto slug laravel model.

0756↓100%1PHP

Since Jul 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/callcocam/tall-sluggable)[ Packagist](https://packagist.org/packages/callcocam/tall-sluggable)[ RSS](/packages/callcocam-tall-sluggable/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

\#TAL SLUGGABLE TABLE

\#ALTERANDO OS CAMPOS PARA GERAR A SLUG

\#CONFIGURAÇÕES PARA A MODEL

```

use Tall\Sluggable\SlugOptions;
use Tall\Sluggable\HasSlug;

adicionar a trait
use  HasSlug;

```

\#CAMPO GERAR A SLUG - Alterar somente se o nome for diferente de (slug)

```
    /**
    * @return string
    */
    protected function slugTo()
    {
        return "slug";
    }

```

\#CAMPO BASE PARA GERAR A SLUG - Alterar somente se o nome for diferente de (name)

```
    /**
    * @return string
    */
    protected function slugFrom()
    {
        return 'name';
    }

```

\#OPTIONS

```
    /**
     * @return SlugOptions
     */
    public function getSlugOptions()
    {
        if (is_string($this->slugTo())) {
            return SlugOptions::create()
                ->generateSlugsFrom($this->slugFrom())
                ->saveSlugsTo($this->slugTo());
        }
    }

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/callcocam-tall-sluggable/health.svg)

```
[![Health](https://phpackages.com/badges/callcocam-tall-sluggable/health.svg)](https://phpackages.com/packages/callcocam-tall-sluggable)
```

PHPackages © 2026

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