PHP code example of aneeshikmat / yii2-time-down-counter
1. Go to this page and download the library: Download aneeshikmat/yii2-time-down-counter 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/ */
aneeshikmat / yii2-time-down-counter example snippets
use aneeshikmat\yii2\Yii2TimerCountDown\Yii2TimerCountDown;
$callBackScript = <<<JS
alert('Timer Count Down 6 Is finshed!!');
JS;