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 1mo ago

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 14% of packages

Maintenance33

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

665d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ddc85b73d5aeef84ecc1c1713548b5928ed05083dd2bd07b05d5865846a2daa4?d=identicon)[edk24](/maintainers/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

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)[edward1108/edward-captcha

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

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

PHPackages © 2026

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