PHPackages                             walkboy/yii2-ajax-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. walkboy/yii2-ajax-progress-bar

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

walkboy/yii2-ajax-progress-bar
==============================

Bootstrap progress bar widget with updating thru ajax feature for yii2

04.1k↓50%PHP

Since Mar 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wa1kb0y/yii2-ajax-progress-bar)[ Packagist](https://packagist.org/packages/walkboy/yii2-ajax-progress-bar)[ RSS](/packages/walkboy-yii2-ajax-progress-bar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ajax Progress Bar Widget for Yii2
=================================

[](#ajax-progress-bar-widget-for-yii2)

Boostrap 4 progress bar widget with ability to update percent value by periodic ajax request.

Installation
============

[](#installation)

`composer require walkboy/yii2-ajax-progress-bar:dev-master`

Usage
=====

[](#usage)

In your view:

```

```

In your controller:

```
function actionSomeProgress($id)
{
    $model = $this->findModel($id);
    return [
        'percent' => $model->progressPercent,
        'label' => $model->progressPercent.'&thinsp;%',
    ];
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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/6fdc52bd4e05a3b68e7787d7045472aec0995f51111067cf4cdf9a97f0be14b2?d=identicon)[walkboy](/maintainers/walkboy)

---

Top Contributors

[![wa1kb0y](https://avatars.githubusercontent.com/u/5966172?v=4)](https://github.com/wa1kb0y "wa1kb0y (3 commits)")

### Embed Badge

![Health badge](/badges/walkboy-yii2-ajax-progress-bar/health.svg)

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

###  Alternatives

[tightenco/ziggy

Use your Laravel named routes in JavaScript.

4.3k41.6M267](/packages/tightenco-ziggy)

PHPackages © 2026

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