PHPackages                             thtmorais/yii2-pace - 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. thtmorais/yii2-pace

ActiveYii2-extension

thtmorais/yii2-pace
===================

 PACE (Progress Automatically Certain to Entertain) - Automatic page load progress bar for Yii PHP Framework

1.2.4.2(1y ago)315.1k↓44.4%1[1 issues](https://github.com/thtmorais/yii2-pace/issues)MITPHP

Since Mar 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thtmorais/yii2-pace)[ Packagist](https://packagist.org/packages/thtmorais/yii2-pace)[ RSS](/packages/thtmorais-yii2-pace/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

PACE (Progress Automatically Certain to Entertain) for Yii PHP Framework
========================================================================

[](#pace-progress-automatically-certain-to-entertain-for-yii-php-framework)

PACE (Progress Automatically Certain to Entertain) - Automatic page load progress bar for Yii PHP Framework

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

[](#installation)

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

Either run

```
composer require thtmorais/yii2-pace "*"

```

or add

```
"thtmorais/yii2-pace": "*"

```

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

Usage
-----

[](#usage)

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

```

```

or

```

```

We recommend using in the `layouts/main.php` file. Or if you prefer in each view file with their respective settings.

Configuration
-------------

[](#configuration)

By default the PACE comes configured with blue color and animation minimal.

You can add general rule for all views in the `config/params.php` file as follows:

```

```

or individually in each view:

```
