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(7mo ago)2789.4k↓17.6%3[2 PRs](https://github.com/njxqlus/filament-progressbar/pulls)1MITPHPPHP ^8.3CI passing

Since Aug 15Pushed 2mo 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 1mo ago

READMEChangelog (4)Dependencies (13)Versions (6)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

53

—

FairBetter than 97% of packages

Maintenance76

Regular maintenance activity

Popularity42

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 52.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 ~257 days

Total

4

Last Release

235d 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://www.gravatar.com/avatar/f120d68e714346845ffd1c7cdd4b4f06f70c065234bda4f15ce3d08b452919e8?d=identicon)[njxqlus](/maintainers/njxqlus)

---

Top Contributors

[![njxqlus](https://avatars.githubusercontent.com/u/15072672?v=4)](https://github.com/njxqlus "njxqlus (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 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

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)

PHPackages © 2026

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