PHPackages                             haythem/progress-bar - 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. haythem/progress-bar

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

haythem/progress-bar
====================

A Laravel Nova field.

v2.0.4(1y ago)11.3k↓50%MITVuePHP ^7.3|^8.0

Since Oct 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/haythembenkhlifa/ProgressBar)[ Packagist](https://packagist.org/packages/haythem/progress-bar)[ RSS](/packages/haythem-progress-bar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (15)Used By (0)

ProgressBar
===========

[](#progressbar)

[![Packagist](https://camo.githubusercontent.com/a00455a374fd2cb75a6f41e428609fbb1faa075f3937498f59b42f93fd5e4748/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6861797468656d2f70726f67726573732d6261722e737667)](https://packagist.org/packages/haythem/)[![Packagist](https://camo.githubusercontent.com/11f57fcd93711d7944d28e19173f3493de28bab45570065fb72ae66a5e6a7f9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6861797468656d2f70726f67726573732d6261722e737667)](https://packagist.org/packages/haythem/progress-bar)

Package Description: A dynamic progress bar field for laravel nova

[![](img/desktop.png)](img/desktop.png)[![](img/mobile.png)](img/mobile.png)[![](img/forms-view-with-percentage.png)](img/forms-view-with-percentage.png)[![](img/forms-view-with-progress-bar.png)](img/forms-view-with-progress-bar.png)[![](img/index-view.png)](img/index-view.png)

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

[](#installation)

Install via composer

```
composer require haythem/progress-bar
```

Setup route
-----------

[](#setup-route)

```
Route::get('/progressbar', function () {
    return ["percentage" => rand(0, 100), "show" => true];
});

```

Usage
-----

[](#usage)

```
    use Haythem\ProgressBar\ProgressBar;

    public function fields(Request $request)
    {
     return [
            ProgressBar::make('Progress Bar')
                ->endPoint('/api/progress')
                ->callEvery(500)
                ->markAsDone(false)
                ->barColor("#FFC0CB")
                ->barBackgroundColor("yellow")
                ->textColor('pink')
                ->initLabel("please wait")
                ->processingLabel("processing")
                ->doneLabel("all is good")
                ->redirectWhenItsDone("https://www.google.com",true)  //second parameter is optional to open the url in new tab or in the same tab.
                ->reloadWhenItsDone()
                ->showProgressBarInForms(true) // you can show progress bar in forms.
                ->animation(),//show three dots animation when initializing and processing.
    ];
    }
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance42

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~334 days

Total

14

Last Release

462d ago

Major Versions

v1.0.9 → v2.0.12023-02-24

PHP version history (2 changes)v1.0.0PHP &gt;=7.1.0

v2.0.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39649249?v=4)[Haythem Ben Khlifa](/maintainers/haythembenkhlifa)[@haythembenkhlifa](https://github.com/haythembenkhlifa)

---

Top Contributors

[![haythembenkhlifa](https://avatars.githubusercontent.com/u/39649249?v=4)](https://github.com/haythembenkhlifa "haythembenkhlifa (26 commits)")

---

Tags

csslaravelnovaphpvuelaravelnova

### Embed Badge

![Health badge](/badges/haythem-progress-bar/health.svg)

```
[![Health](https://phpackages.com/badges/haythem-progress-bar/health.svg)](https://phpackages.com/packages/haythem-progress-bar)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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