PHP code example of biller / yii2-outdated-browser

1. Go to this page and download the library: Download biller/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/ */

    

biller / yii2-outdated-browser example snippets


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