PHPackages                             oh86/neteasy-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. oh86/neteasy-captcha

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

oh86/neteasy-captcha
====================

neteasy captcha verifier for laravel

v1.0(4y ago)054PHP

Since May 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/OneHundred86/neteasy-captcha)[ Packagist](https://packagist.org/packages/oh86/neteasy-captcha)[ RSS](/packages/oh86-neteasy-captcha/feed)WikiDiscussions main Synced today

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

##### 一、功能说明

[](#一功能说明)

易盾行为验证码校验，用于laravel框架。

如果验证码校验异常出错，会在laravel日志文件记录错误信息。

##### 二、安装

[](#二安装)

```
composer require "oh86/neteasy-captcha"
```

##### 三、配置

[](#三配置)

1. 添加下面一行到 `config/app.php` 中 `providers` 部分：

    ```
    Oh86\NetEasy\Captcha\CaptchaProvider::class,

    ```
2. 发布配置文件与资源

    ```
    php artisan vendor:publish --provider='Oh86\NetEasy\Captcha\CaptchaProvider'

    ```
3. 配置.env

    ```
    NETEASY_SECRET_ID=
    NETEASY_SECRET_KEY=
    NETEASY_CAPTCHA_ID=

    ```
4. 校验验证码

    ```
    use Oh86\NetEasy\Captcha\Facade\CaptchaVerify;
    CaptchaVerify::verify('CN31_26SIlYVCJAEkcFMPU_5dJbZQHNwnYAbdLBUV8-DuPFY_rxecR.mfDufJdy5dP0P-uBUdwy4fYwwMLhGqJRunbr6H-yoTwXey9MRjZ81buapfcg8qwhzaanpufToTi-KCGq0AeSiA9dN7syixFUFmnMUi8Br870YJqNSmlzrrKRVWlhHGTmhUX9BPV5EqCyg4nB6eBPdpG5T4TV00s_uyTnbuBkUBhWqK-7DM8hwJ-ea.16of7X99yQvYG8vPmnFT9vM5QjKu5aKAYGDwS9wL.o8d88XVBum06tWiRujnCjIBT7rko2dhVfen6bUFbGefyyhiCL7NLJ_sdx_qU76UZ0vPAYkZtFFEVRKHtNAxHI_lqvPG4mWqOU1ftK6v7_UFMQkc4Gw5H5WIFAwwwViKlCAQHedutYYUUCAF8zp5SCMh1dI77NLiJ6sUlo1qOe1anz6mFmgJYczKscJeeKsVz6lBm5nlgaGUjgPNBhWkLBTA6v79iH4gTE_GHWN3');
    ```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3f893211000acbd1a600e2159a778865e4f7e54661239721c9fb5c240d7626b?d=identicon)[oh86](/maintainers/oh86)

---

Top Contributors

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

---

Tags

phplaravelcaptcha

### Embed Badge

![Health badge](/badges/oh86-neteasy-captcha/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M222](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M89](/packages/openai-php-laravel)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)

PHPackages © 2026

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