PHPackages                             shichengyu521/bloomfilter - 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. shichengyu521/bloomfilter

ActiveLibrary

shichengyu521/bloomfilter
=========================

this is a bloomfilter demo

v1.1(6y ago)05MITPHPPHP &gt;=7.0.0

Since Jun 18Pushed 6y agoCompare

[ Source](https://github.com/shichengyu521/bloomfilter)[ Packagist](https://packagist.org/packages/shichengyu521/bloomfilter)[ RSS](/packages/shichengyu521-bloomfilter/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (4)Used By (0)

使用方法 use Bloomfilter\\BloomFilterRedis;

调用方法 $host = 'redis服务器IP'; $password = 'redis服务器密码'; $port = 'redis端口号'; $bloomFilter = new BloomFilterRedis($host,$password,$port); $bloomFilter-&gt;add('张三'); $bloomFilter-&gt;add('李四'); $bloomFilter-&gt;add('王五'); $bloomFilter-&gt;add('赵柳'); $result = $bloomFilter-&gt;exists('李四');

返回数据格式 { 'code' : 0, 'msg' : '已存在', 'data' : 1 } { 'code' : 404, 'msg' : '不存在', 'data' : 0 }

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

2518d ago

### Community

Maintainers

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

---

Top Contributors

[![shichengyu521](https://avatars.githubusercontent.com/u/36881149?v=4)](https://github.com/shichengyu521 "shichengyu521 (3 commits)")

### Embed Badge

![Health badge](/badges/shichengyu521-bloomfilter/health.svg)

```
[![Health](https://phpackages.com/badges/shichengyu521-bloomfilter/health.svg)](https://phpackages.com/packages/shichengyu521-bloomfilter)
```

PHPackages © 2026

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