PHPackages                             njxqlus/filament-progressbar - 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. njxqlus/filament-progressbar

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

njxqlus/filament-progressbar
============================

This Filament component shows a progress bar at the top of the page when we navigate from one page to another

2.0.0(9mo ago)26101.1k↓40.5%3[2 PRs](https://github.com/njxqlus/filament-progressbar/pulls)1MITPHPPHP ^8.3CI passing

Since Aug 15Pushed 1w ago1 watchersCompare

[ Source](https://github.com/njxqlus/filament-progressbar)[ Packagist](https://packagist.org/packages/njxqlus/filament-progressbar)[ Docs](https://github.com/njxqlus/filament-progressbar)[ GitHub Sponsors](https://github.com/njxqlus)[ RSS](/packages/njxqlus-filament-progressbar/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (13)Versions (7)Used By (1)

Filament Progress Bar Plugin
============================

[](#filament-progress-bar-plugin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4709c729af85e7e651cc92d7ee289962f5bf29c1cbfa19faa670a578fb379694/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6a78716c75732f66696c616d656e742d70726f67726573736261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/njxqlus/filament-progressbar)[![GitHub Tests Action Status](https://camo.githubusercontent.com/dd03e9f22bcfe82958af631f23fb50a6ff5b078d710328cdc9fd69d9d70a8c70/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6a78716c75732f66696c616d656e742d70726f67726573736261722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/njxqlus/filament-progressbar/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f5ee2b6ac41074c1629b2d17bb10198f54f97ee71936b454ca21b32faf1d6095/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6a78716c75732f66696c616d656e742d70726f67726573736261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/njxqlus/filament-progressbar)

[![Banner](https://github.com/njxqlus/filament-progressbar/raw/main/.github/banner.jpg?raw=true)](https://github.com/njxqlus/filament-progressbar/blob/main/.github/banner.jpg?raw=true)

This Filament component shows a progress bar at the top of the page when we navigate from one page to another

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

[](#installation)

You can install the package via composer:

```
composer require njxqlus/filament-progressbar
```

Usage
-----

[](#usage)

Just add a `->plugin(FilamentProgressbarPlugin::make())` to a PanelProvider:

```
namespace App\Providers\Filament;

use Njxqlus\FilamentProgressbar\FilamentProgressbarPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->plugin(FilamentProgressbarPlugin::make()->color('#29b'));
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Mikael Ahabalyants](https://github.com/njxqlus)
- Arthur Minasyan

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance80

Actively maintained with recent releases

Popularity42

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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 ~257 days

Total

4

Last Release

281d ago

Major Versions

1.1.0 → 2.0.02025-09-26

PHP version history (2 changes)1.0.0PHP ^8.1

2.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15072672?v=4)[Mikael Ahabalyants](/maintainers/njxqlus)[@njxqlus](https://github.com/njxqlus)

---

Top Contributors

[![njxqlus](https://avatars.githubusercontent.com/u/15072672?v=4)](https://github.com/njxqlus "njxqlus (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (17 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![atmonshi](https://avatars.githubusercontent.com/u/1952412?v=4)](https://github.com/atmonshi "atmonshi (2 commits)")

---

Tags

laravelprogressbarfilamentnjxqluspace-js

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/njxqlus-filament-progressbar/health.svg)

```
[![Health](https://phpackages.com/badges/njxqlus-filament-progressbar/health.svg)](https://phpackages.com/packages/njxqlus-filament-progressbar)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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