PHPackages                             easyconn/yii2-nprogress - 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. easyconn/yii2-nprogress

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

easyconn/yii2-nprogress
=======================

Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium for Yii2 Framework.

0.3.2(8y ago)05BSD-3-ClausePHP

Since Jul 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/zz/yii2-nprogress)[ Packagist](https://packagist.org/packages/easyconn/yii2-nprogress)[ RSS](/packages/easyconn-yii2-nprogress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Yii2 NProgress
==============

[](#yii2-nprogress)

Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium for Yii2 Framework.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist edgardmessias/yii2-nprogress "*"

```

or add

```
"edgardmessias/yii2-nprogress": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your view code by :

```

```

Customization
-------------

[](#customization)

To change settings, simply add the following code in your configuration

```
'components' => [
    'assetManager' => [
        'bundles' => [
            'edgardmessias\assets\nprogress\NProgressAsset' => [
                'configuration' => [
                    'minimum' => 0.08,
                    'showSpinner' => true,
                ],
                'page_loading' => false,
                'pjax_events' => true,
                'jquery_ajax_events' => false,
            ],
        ],
    ],
],
```

### Settings

[](#settings)

- `configuration`: The [NProgress Configuration](https://github.com/rstacruz/nprogress#configuration) (Default: `null`)
- `page_loading`: Show NProgress during page loading (Default: `false`)
- `pjax_events`: Show NProgress for pjax:start and pjax:end events (Default: `true`)
- `jquery_ajax_events`: Show NProgress for ajaxStart and ajaxComplete events (Default: `false`)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~254 days

Total

5

Last Release

2946d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4ac4a61a375acd610e910c3a85beace8bf6dedc6c26ce52ba590c094d4755ed?d=identicon)[zhuzhu](/maintainers/zhuzhu)

---

Top Contributors

[![edgardmessias](https://avatars.githubusercontent.com/u/1530997?v=4)](https://github.com/edgardmessias "edgardmessias (6 commits)")[![zz](https://avatars.githubusercontent.com/u/41499?v=4)](https://github.com/zz "zz (2 commits)")

---

Tags

yii2extensionassetspjaxnprogress

### Embed Badge

![Health badge](/badges/easyconn-yii2-nprogress/health.svg)

```
[![Health](https://phpackages.com/badges/easyconn-yii2-nprogress/health.svg)](https://phpackages.com/packages/easyconn-yii2-nprogress)
```

###  Alternatives

[blacksmoke26/yii2cdn

A Yii Framework 2 component for using assets in different environments (Local/CDNs)

1412.0k](/packages/blacksmoke26-yii2cdn)

PHPackages © 2026

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