rahulswt7/yii2-live-currency-widget

Yii2 live currency widget

0.1 2019-11-11 18:13 UTC

This package is auto-updated.

Last update: 2024-11-14 07:25:53 UTC


README

How to use it.

Just add below lines in your composer.json file

"rahulswt7/yii2-live-currency-widget" : "^0.1.0"

Open your terminal and run command composer install

or

composer require rahulswt7/yii2-live-currency-widget

After installation

<?php 
use rahulswt7\liveCurrencyWidget\CurrencyWidget;
echo CurrencyWidget::widget();

?>

Packagist link

Github link

Issues link