PHPackages                             vbot/find-movies - 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. vbot/find-movies

ActiveLibrary

vbot/find-movies
================

vbot 找电影扩展。

1.1(8y ago)62404MITPHP

Since Jul 23Pushed 8y agoCompare

[ Source](https://github.com/phpvbot/find-movies)[ Packagist](https://packagist.org/packages/vbot/find-movies)[ RSS](/packages/vbot-find-movies/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

find-movies
-----------

[](#find-movies)

`vbot` 找电影扩展

支持自定义消息模板。

要求
--

[](#要求)

无

安装
--

[](#安装)

```
$ composer require vbot/find-movies

```

扩展属性
----

[](#扩展属性)

```
name: find_movies
zhName: 找电影
author: 96qbhy

```

触发关键字
-----

[](#触发关键字)

无

配置项
---

[](#配置项)

1. `limit` 代表找电影最大结果数，为 `null` 时取全部，默认为 5 。
2. `msg` 代表没有找到电影时的提示, `{keyword}` 会被替换为关键词。
3. `render` 代表自定义渲染信息，必须返回字符串!!!

> 可以不自定义配置，但一旦自定义配置，则除 `render` 可以设置成 `null` 之外，其余两个必须时准确的值。

```
// ...
'extension' => [
    'find_movies' => [
        'limit' => 5,
        'msg' => '抱歉,没有找到和 "{keyword}" 相关的电影。',
        'render' => function ($movies){return '自定义消息';}
    ]
],
```

扩展负责人
-----

[](#扩展负责人)

[96qbhy](https://github.com/96qbhy)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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

3214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10583423?v=4)[hanson](/maintainers/hanson)[@Hanson](https://github.com/Hanson)

---

Top Contributors

[![qbhy](https://avatars.githubusercontent.com/u/24204533?v=4)](https://github.com/qbhy "qbhy (12 commits)")[![Hanson](https://avatars.githubusercontent.com/u/10583423?v=4)](https://github.com/Hanson "Hanson (1 commits)")

---

Tags

VbotfindMovies

### Embed Badge

![Health badge](/badges/vbot-find-movies/health.svg)

```
[![Health](https://phpackages.com/badges/vbot-find-movies/health.svg)](https://phpackages.com/packages/vbot-find-movies)
```

PHPackages © 2026

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