PHPackages                             yuxiaobo/think-fast-validate - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. yuxiaobo/think-fast-validate

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

yuxiaobo/think-fast-validate
============================

thinkphp6 or thinkphp8 fast validate basis class

0.0.1(1y ago)014mitPHP

Since Jul 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/edk24/think-fast-validate)[ Packagist](https://packagist.org/packages/yuxiaobo/think-fast-validate)[ RSS](/packages/yuxiaobo-think-fast-validate/feed)WikiDiscussions main Synced today

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

think-fast-validate
===================

[](#think-fast-validate)

快速验证器

安装
--

[](#安装)

> composer require yuxiaobo/think-fast-validate

用法
--

[](#用法)

```
// 登录接口操作
public function login() {
    try {

        $data = (new UserValidate())->post()->goCheck('login');

    } catch (\think\ValidateException $e) {

        // TODO 验证失败逻辑

    }
}
```

其中：

- UserValidate 是你的验证器， 它需要继承 `think\FastValidate`
- post() 表示这个请求接收 POST 数据
- goCheck() 验证， 其中参数 1 是【验证场景】可空
- $data 既 post 提交的数据

联系我
---

[](#联系我)

微信：Base1024

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

716d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32519482?v=4)[余晓波](/maintainers/edk24)[@edk24](https://github.com/edk24)

---

Top Contributors

[![edk24](https://avatars.githubusercontent.com/u/32519482?v=4)](https://github.com/edk24 "edk24 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yuxiaobo-think-fast-validate/health.svg)

```
[![Health](https://phpackages.com/badges/yuxiaobo-think-fast-validate/health.svg)](https://phpackages.com/packages/yuxiaobo-think-fast-validate)
```

###  Alternatives

[edward1108/edward-captcha

ThinkPHP6验证码(图片、短信)支持api友好化

158.0k](/packages/edward1108-edward-captcha)

PHPackages © 2026

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