hosannahighertech / yii2-audiojs
Yii2 Audio Player Widget
Installs: 35 061
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 4
Open Issues: 1
Type:yii2-widget
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2022-02-01 12:45:40 UTC
README
This is a wrapper widget for AudioJs Javascript player. Currently its very simple, see example
Installation
The preferred way to install the Yii framework is through composer.
Either run
php composer.phar require --prefer-dist "hosannahighertech/yii2-audiojs *"
or add
"hosannahighertech/yii2-audiojs": "*"
to the require section of your composer.json.
Example
use hosanna\audiojs\AudioJs; AudioJs::widget([ 'files'=>$filename, //Full URL to Mp3 file here ]);
For suggestion, please open an issue in github tracker Reference: http://kolber.github.io/audiojs/