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
Requires
- yiisoft/yii2: >=2.0.9
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-01-04 01:42:46 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/
使用的项目:
英语课.