smarteng/yii2-aplayer

aplayer widget for Yii2.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.7 2019-01-10 04:07 UTC

This package is not auto-updated.

Last update: 2024-05-10 22:49:03 UTC


README

yii2-aplayer

使用方法

use smarteng\aplayer\Aplayer;
<?= \smarteng\aplayer\Aplayer::widget([
    'id'=>'audioplayer',
    'options' => [
        'container'=> "document.getElementById('aplayer')",
        "audio" => [
                [
                    "name"=> '前前前世',
                    "artist"  => 'RADWIMPS',
                    "url" => 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.mp3',
                    "cover" =>  'https://moeplayer.b0.upaiyun.com/aplayer/yourname.jpg'
                ]
        ]
    ]
]);?>
<div id="aplayer"></div>

具体的配置信息:

https://aplayer.js.org/#/zh-Hans/

使用的项目:

英语课.