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

ActiveCaptcha

kangkang66/captcha
==================

中文验证码

v1.0(9y ago)33.3k3PHPPHP &gt;=5.3.0

Since Nov 1Pushed 9y agoCompare

[ Source](https://github.com/kangkang66/chinesecaptcha)[ Packagist](https://packagist.org/packages/kangkang66/captcha)[ RSS](/packages/kangkang66-captcha/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

中文验证码
=====

[](#中文验证码)

[![Geetest Image Demo](https://camo.githubusercontent.com/8ef3050f06c46efeeab6891e1be49ddce7a48afb987f546212e8e9d35dee83b4/687474703a2f2f61697875652e696d672d636e2d68616e677a686f752e616c6979756e63732e636f6d2f32303136313130323130333435345f39373236332e706e67)](https://camo.githubusercontent.com/8ef3050f06c46efeeab6891e1be49ddce7a48afb987f546212e8e9d35dee83b4/687474703a2f2f61697875652e696d672d636e2d68616e677a686f752e616c6979756e63732e636f6d2f32303136313130323130333435345f39373236332e706e67)

Installation
------------

[](#installation)

Laravel 5.0.0 or later is required.

To get the latest version of Laravel Markdown, simply require the project using Composer:

```
$ composer require kangkang66/captcha

```

Next, You should need to register the service provider. Open up `config/app.php` and add following into the `providers` key.

```
\Chinesecaptcha\ChinesecaptchaServiceProvider::class
```

How to use it

```
//引用验证码
public function Captcha(Chinesecaptcha $chinesecaptcha)
{
    $chinesecaptcha->outPut();
}

//验证
public function Valid(Request $request)
{
     //1.使用验证规则
     $validParams = [
            'captcha'   => 'required|chinesecaptcha',
     ];
     //2.直接使用 session
     $str = session()->get('captcha');
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

2

Last Release

3478d ago

Major Versions

v0.1 → v1.02016-11-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/51856af4cca78274fadac8ce0a100851e00ef359ddeeb864dbbb156309c1b594?d=identicon)[kangkang66](/maintainers/kangkang66)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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