PHPackages                             xdd/keyword-filter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xdd/keyword-filter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xdd/keyword-filter
==================

keyword filter

v1.0.0(6y ago)06MITPHPPHP &gt;=7.2

Since Nov 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xiangdong1987/KeyWordFilter)[ Packagist](https://packagist.org/packages/xdd/keyword-filter)[ RSS](/packages/xdd-keyword-filter/feed)WikiDiscussions master Synced 5d ago

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

Trie Tree php关键词过滤
==================

[](#trie-tree-php关键词过滤)

- 使用

```
composer require xdd/keyword-filter

```

词库
--

[](#词库)

- 词库格式

```
AV|1
AV 代表关键词
1  代表等级  0 不处理 1 替换 2 禁用词汇

```

- 词库配置
    - 集成到hyperf的server配置中，支持多词库通过配置来实现
    - 匹配关键词使用配置名称，来获取相应的trie tree

```
    'dictionaryPath' => [
        'default' => BASE_PATH . "/vendor/xdd/keyword-filter/src/default.txt"
    ]

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

2381d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2a3de41b7743745cef6a24d8757c795169a4b2e4c6acb203fd99464ddf26314?d=identicon)[xiangdong1987](/maintainers/xiangdong1987)

---

Top Contributors

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

---

Tags

phphyperf

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/xdd-keyword-filter/health.svg)

```
[![Health](https://phpackages.com/badges/xdd-keyword-filter/health.svg)](https://phpackages.com/packages/xdd-keyword-filter)
```

###  Alternatives

[hyperf/watcher

Hot reload watcher for Hyperf

17846.7k27](/packages/hyperf-watcher)

PHPackages © 2026

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