PHPackages                             fixed/tp-captcha - 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. fixed/tp-captcha

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

fixed/tp-captcha
================

兼容tp6以上，前后端分离图片验证码

v1.0(4y ago)017MITPHPPHP &gt;=7.1.0

Since Dec 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Qfix/tp-captcha)[ Packagist](https://packagist.org/packages/fixed/tp-captcha)[ RSS](/packages/fixed-tp-captcha/feed)WikiDiscussions master Synced 1mo ago

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

think-captcha
=============

[](#think-captcha)

thinkphp6 验证码类库

安装
--

[](#安装)

> composer require fixed/tp-captcha

使用
--

[](#使用)

```
 $captcha = new Captcha();
  $captcha->create();

```

验证
--

[](#验证)

```
 $captcha = new Captcha();
$uniqid = 'cbf196301a389c284552f4379a4a159b';
$code = 'vdmn';
if ($captcha->check($uniqid, $code) === true) {
    echo 1;
} else {
    echo 0;
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/777252b77158659d207f72a1d7beceb98588794e5ce463f576fdeb273dd3b452?d=identicon)[haoQin](/maintainers/haoQin)

---

Top Contributors

[![Qfix](https://avatars.githubusercontent.com/u/11207312?v=4)](https://github.com/Qfix "Qfix (9 commits)")

### Embed Badge

![Health badge](/badges/fixed-tp-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/fixed-tp-captcha/health.svg)](https://phpackages.com/packages/fixed-tp-captcha)
```

###  Alternatives

[humanmade/mu-plugins-loader

A WordPress must-use plugin autoloader for mu-plugins in directories

1122.3k](/packages/humanmade-mu-plugins-loader)[caouecs/bootstrap3

Bootstrap 3 for Laravel 4

111.9k](/packages/caouecs-bootstrap3)

PHPackages © 2026

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