2017 © Pedro Peláez
 

yii2-extension yii2-outdated-browser

A Yii2 widget for outdated-browser

image

biller/yii2-outdated-browser

A Yii2 widget for outdated-browser

  • Tuesday, June 5, 2018
  • by juanisorondo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 506 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 7 Versions
  • 10020 % Grown

The README.md

Yii2 outdated-browser

Yii2 widget for http://outdatedbrowser.com/., (*1)

Usage of this plugin is really simple, just include it in your composer.json like so:, (*2)

``` bash 'biller/yii2-outdated-browser': '*', (*3)


and then update your composer (`php ./composer.phar update`) and finally include it in your page: ``` php <?= biller\outdatedBrowser\OutdatedBrowser::widget() ?>

Setting the parameters

The outdated browser plugin accepts four parameters which can be provied as class vars like so:, (*4)

<?= biller\outdatedBrowser\OutdatedBrowser::widget(['language' => 'ar', 'bgColor' => '#f25648']) ?>

Using this only for IE7

Using this only for IE7 can be very useful especially since Bootstrap 3.x supports IE8+, (*5)

Since Yii2, by default, only uses JQuery 2.2 you must actually add a line to your composer to make this work:, (*6)

``` bash "bower-asset/jquery": "~1.11@stable",, (*7)


And then when calling the plugin you simply put: ``` php <?= biller\outdatedBrowser\OutdatedBrowser::widget(['onlyIe7' => true]) ?>

The Versions

05/06 2018

dev-master

9999999-dev

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser

05/06 2018

2.0.1

2.0.1.0

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser

05/06 2018

2.0.0

2.0.0.0

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser

11/05 2018

1.0.3

1.0.3.0

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser

10/05 2018

1.0.2

1.0.2.0

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser

10/05 2018

1.0.1

1.0.1.0

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser

09/05 2018

1.0.0

1.0.0.0

A Yii2 widget for outdated-browser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 browser outdated-browser