PHPackages                             liulei/multi-review - 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. liulei/multi-review

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

liulei/multi-review
===================

Multi-person review library

v1.0.1(6y ago)29MITPHPPHP &gt;=7.0

Since Oct 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Gliulei/multi-review)[ Packagist](https://packagist.org/packages/liulei/multi-review)[ RSS](/packages/liulei-multi-review/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

multi-review
============

[](#multi-review)

Multi-person review task library to prevent repeated collection tasks, suitable for multi-person audit scenarios

Installation
============

[](#installation)

composer require liulei/multi-review

Usage
=====

[](#usage)

```
use Review/Task;

$redis = new Redis();
$redis->pconnect('127.0.0.1', '6379');
$task = new Task($redis, $redis);
$ids = $task->setTaskKey('demo')->setCallback(function () {
   $B = new ClientB();
   $B->test();
})->getWaitTaskIds();

var_dump($ids);

```

Feature
=======

[](#feature)

- 适用于多人审核业务场景
- 分发任务高效,快速,理论上不会出现重复派单

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2412d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b0fd001614b606d73647ddd8865b404fc7b91f0bfb191c528787342017ecd93?d=identicon)[1245332635](/maintainers/1245332635)

---

Top Contributors

[![Gliulei](https://avatars.githubusercontent.com/u/13186386?v=4)](https://github.com/Gliulei "Gliulei (21 commits)")

### Embed Badge

![Health badge](/badges/liulei-multi-review/health.svg)

```
[![Health](https://phpackages.com/badges/liulei-multi-review/health.svg)](https://phpackages.com/packages/liulei-multi-review)
```

###  Alternatives

[philipnewcomer/acf-unique-id-field

An ACF field which generates a unique ID value, intended for use in ACF Repeaters

4726.7k](/packages/philipnewcomer-acf-unique-id-field)

PHPackages © 2026

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