PHPackages                             itjackjw/hcaptcha - 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. itjackjw/hcaptcha

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

itjackjw/hcaptcha
=================

hyperf captcha

1.0.3(2y ago)013MITPHPPHP &gt;=8.1

Since Jun 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/itjackjw/hcaptcha)[ Packagist](https://packagist.org/packages/itjackjw/hcaptcha)[ RSS](/packages/itjackjw-hcaptcha/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (10)Versions (6)Used By (0)

itjackjw/hcaptcha
=================

[](#itjackjwhcaptcha)

```
composer require itjackjw/hcaptcha
```

发布配置
====

[](#发布配置)

```
php bin/hyperf.php vendor:publish itjackjw/hcaptcha
```

使用案例
====

[](#使用案例)

```
# 创建图片验证码
$data = \itjackjw\Haptcha\captcha_create();
$key = $data['key']; # 验证码标识
$key = $data['img']; # 验证码图片
# 验证图片验证码
# $code: 用户输入的验证码
# $key: 创建验证码的时候返回的key
\Ella123\Haptcha\captcha_verify($code,$key);
```

验证码图片
=====

[](#验证码图片)

![字符串验证码]()

![算术验证码]()

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

5

Last Release

734d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17452535?v=4)[itjackjw](/maintainers/itjackjw)[@itjackjw](https://github.com/itjackjw)

---

Top Contributors

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

---

Tags

phphyperf

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/itjackjw-hcaptcha/health.svg)

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

###  Alternatives

[hyperf/validation

hyperf validation

122.2M198](/packages/hyperf-validation)[friendsofhyperf/sentry

The sentry component for Hyperf.

1974.5k](/packages/friendsofhyperf-sentry)[hyperf/odin

486.5k](/packages/hyperf-odin)

PHPackages © 2026

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