aki/yii2-music-player

music player for yii2 web application

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2018-05-04 05:28 UTC

This package is auto-updated.

Last update: 2024-04-13 09:14:48 UTC


README

music player for yii2 web application

Installation

The preferred way to install this extension is through composer.

Either run

composer.phar require aki/yii2-music-player:dev-master

or add

"aki/yii2-music-player": "*"

to the require section of your composer.json file.

Usage

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

<?= \aki\player\MusicPlayer::widget(); ?>

demo