PHPackages                             phpdish/daily-song-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. phpdish/daily-song-plugin

ActivePhpdish-plugin

phpdish/daily-song-plugin
=========================

Daily song plugin for phpdish application

0.0.2(8y ago)15MITPHPPHP ^7.1

Since Mar 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phpdish/PHPDishDailySongPlugin)[ Packagist](https://packagist.org/packages/phpdish/daily-song-plugin)[ RSS](/packages/phpdish-daily-song-plugin/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

PHPDish 每天一首歌插件
===============

[](#phpdish-每天一首歌插件)

[![Latest Stable Version](https://camo.githubusercontent.com/a61d1c1613cb1b96e1bf4d65ab71f5369151b93448df573309504f9bf0a37d90/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706870646973682f6461696c792d736f6e672d706c7567696e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d737461626c65)](https://packagist.org/packages/phpdish/daily-song-plugin)[![Total Downloads](https://camo.githubusercontent.com/a54da71c6b01fef881140674f43751c4e80aa45324f3f47c92b6dc065847cc44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706870646973682f6461696c792d736f6e672d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpdish/daily-song-plugin)[![MIT License](https://camo.githubusercontent.com/7b95e1c31e30e9eb3fd68aba881585228656fdfe47187f1c1d1805b3c20d92bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f706870646973682f6461696c792d736f6e672d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpdish/daily-song-plugin)[![Scrutinizer](https://camo.githubusercontent.com/86dd5da8c978f4f53b629726a6e0a8d2e6b0020aaf6e1d15caa038b31d560583/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f706870646973682f504850446973684461696c79536f6e67506c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phpdish/PHPDishDailySongPlugin/?branch=master)

具体效果请前往官网查看

Installation
------------

[](#installation)

执行下面命令安装

```
$ composer require phpdish/daily-song-plugin
```

修改你的 `app/AppKernel.php` 文件注册插件：

```
// 注册插件
$plugins = [
     ...

     new PHPDish\DailySongPlugin\PHPDishDailySongPlugin()
];
```

执行下面命令安装数据库：

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

Usage
-----

[](#usage)

### 引用播放器

[](#引用播放器)

在你的模板文件中相应的位置写入下面的代码：

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

你会得到一个类似下面的html结构：

```

```

调整样式适配你的模板。

### 管理歌曲

[](#管理歌曲)

安装之后在你的后台 &gt; 网站 下回出现“每天一首歌”导航，你可以在这里进行歌曲的维护。

Support
-------

[](#support)

如果有问题可以前往官网发帖或者直接在 issue 提问。

License
-------

[](#license)

采用 [MIT](https://opensource.org/licenses/MIT) 开源许可证。

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b42a72586fe1ef003d36361877bd2178b670826f5fa7a4194496d619c8ca428?d=identicon)[coreyee](/maintainers/coreyee)

---

Top Contributors

[![slince](https://avatars.githubusercontent.com/u/3785826?v=4)](https://github.com/slince "slince (6 commits)")

---

Tags

phpdishphpdish-daily-song-pluginphpdish-theme

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpdish-daily-song-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/phpdish-daily-song-plugin/health.svg)](https://phpackages.com/packages/phpdish-daily-song-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
