PHPackages                             fflch/laravel-fflch-stepper - 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. fflch/laravel-fflch-stepper

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

fflch/laravel-fflch-stepper
===========================

fflch stepper for laravel

2.0.6(3mo ago)01081GPL-2.0-or-laterBlade

Since May 28Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/fflch/laravel-fflch-stepper)[ Packagist](https://packagist.org/packages/fflch/laravel-fflch-stepper)[ RSS](/packages/fflch-laravel-fflch-stepper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Estilo fflch para laravel-stepper
=================================

[](#estilo-fflch-para-laravel-stepper)

Instalação

```
composer require fflch/laravel-fflch-stepper

```

Publicação do arquivo de configuração:

```
php artisan vendor:publish --provider="Fflch\LaravelFflchStepper\LaravelFflchStepperServiceProvider" --tag="config"

```

Edite o arquivo config/laravel-fflch-stepper.php conforme suas necessidades.

Injete no controller:

```
use Fflch\LaravelFflchStepper\Stepper;

public function show(Pedido $pedido, Stepper $stepper)
{
    $stepper->setCurrentStepName($pedido->status);
    return view('pedidos.show',[
        'pedido' => $pedido,
        'stepper' => $stepper->render()
    ]);
}

```

No blade posicione onde deseja mostrar o stepper:

```
{!! $stepper !!}

```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance80

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~175 days

Recently: every ~408 days

Total

11

Last Release

108d ago

Major Versions

1.0.3 → 2.0.02021-09-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40828664?v=4)[Faculdade de Filosofia, Letras e Ciências Humanas - Universidade de São Paulo](/maintainers/fflch)[@fflch](https://github.com/fflch)

---

Top Contributors

[![thiagogomesverissimo](https://avatars.githubusercontent.com/u/908508?v=4)](https://github.com/thiagogomesverissimo "thiagogomesverissimo (12 commits)")[![v1t4o](https://avatars.githubusercontent.com/u/61717001?v=4)](https://github.com/v1t4o "v1t4o (2 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/fflch-laravel-fflch-stepper/health.svg)

```
[![Health](https://phpackages.com/badges/fflch-laravel-fflch-stepper/health.svg)](https://phpackages.com/packages/fflch-laravel-fflch-stepper)
```

PHPackages © 2026

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