inquid/yii2-howler-js

Javascript audio library for the modern web. https://howlerjs.com *WIDGET FOR Yii*


Keywords
javascript, JS, extension, music, player, yii2, music player, howler.js
License
MIT

Documentation

howler.js

Javascript audio library for the modern web. https://howlerjs.com WIDGET FOR Yii

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist inquid/yii2-howler-js "dev-master"

or add

"inquid/yii2-howler-js": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \inquid\howlerjs\HowlerJs::widget(); ?>```