Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Javascript Audio Player wrapper widget

Notifications You must be signed in to change notification settings

hosannahighertech/yii2-audiojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-audiojs

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/

About

Javascript Audio Player wrapper widget

http://hosannahighertech.co.tz/forum/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages