phpdish/daily-song-plugin

phpdish应用每日歌曲插件

安装: 5

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 0

开放问题: 0

类型:phpdish-plugin

0.0.2 2018-03-19 09:53 UTC

This package is auto-updated.

Last update: 2024-09-12 14:36:09 UTC


README

Latest Stable Version Total Downloads MIT License Scrutinizer

具体效果请访问官网查看https://www.phpdish.com

安装

执行以下命令进行安装

$ composer require phpdish/daily-song-plugin

修改你的 app/AppKernel.php 文件以注册插件:

// 注册插件
$plugins = [
     ...
     
     new PHPDish\DailySongPlugin\PHPDishDailySongPlugin()
];

执行以下命令安装数据库:

$ bin/console doctrine:schema:update --force

用法

引用播放器

在你的模板文件相应位置写入以下代码:

{{ render(controller('PHPDishDailySongPlugin:Song:getSong')) }}

你会得到类似以下html结构:

<div class="daily-song">
    <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" height=86 src="//music.163.com/outchain/player?type=2&id=xxx&auto=0&height=66"></iframe>
</div>

调整样式以适应你的模板。

管理歌曲

安装后,在你的后台 > 网站 下将出现“每天一首歌”导航,你可以在这里进行歌曲维护。

支持

如有问题,请访问官网发帖或在 issue 中提问。

许可证

采用 MIT 开源许可证。