2017 © Pedro Peláez
 

yii2-extension yii2-pace

Automatic page load progress bar. The PACE plugin integration for Yii2 Framework

image

ercling/yii2-pace

Automatic page load progress bar. The PACE plugin integration for Yii2 Framework

  • Friday, October 31, 2014
  • by ercling
  • Repository
  • 2 Watchers
  • 4 Stars
  • 5,694 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

yii2-pace

Automatic page load progress bar widget for Yii2 Framework. This is a PACE wrapper., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require ercling/yii2-pace "*"

or add, (*4)

"ercling/yii2-pace": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply put in your view, (*6)

<?=ercling\pace\PaceWidget::widget()?>

If you would like to make some tweaks you can use color, theme and options like this:, (*7)

<?=ercling\pace\PaceWidget::widget([
    'color'=>'red',
    'theme'=>'corner-indicator',
    'options'=>[
        'ajax'=>['trackMethods'=>['GET','POST']]
    ]
])?>

You can preview themes and colors here and here., (*8)

For list of options see documentation or this source file., (*9)

The Versions

31/10 2014

dev-master

9999999-dev

Automatic page load progress bar. The PACE plugin integration for Yii2 Framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Oleksandr Mykhailiuta

yii2 loading pace