PHP code example of pashkinz92 / yii2-outdated-browser
1. Go to this page and download the library: Download pashkinz92/yii2-outdated-browser library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pashkinz92 / yii2-outdated-browser example snippets
<?= pashkinz92\outdatedBrowser\OutdatedBrowser::widget(['language' => 'ar', 'bgColor' => '#f25648'])
php composer.phar
php
<?= pashkinz92\outdatedBrowser\OutdatedBrowser::widget()
php
<?= pashkinz92\outdatedBrowser\OutdatedBrowser::widget(['onlyIe7' => true])