hosannahighertech/yii2-audiojs

This package is abandoned and no longer maintained. No replacement package was suggested.

Yii2 Audio Player Widget

Installs: 38 564

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 4

Open Issues: 1

Type:yii2-widget

pkg:composer/hosannahighertech/yii2-audiojs

dev-master 2015-03-22 10:18 UTC

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/