PHPackages                             laravelchen/laravel-geetest - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. laravelchen/laravel-geetest

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

laravelchen/laravel-geetest
===========================

laravel-geetest

2.0(9y ago)184205[1 issues](https://github.com/LaravelChen/laravel-geetest/issues)MITPHP

Since Apr 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/LaravelChen/laravel-geetest)[ Packagist](https://packagist.org/packages/laravelchen/laravel-geetest)[ RSS](/packages/laravelchen-laravel-geetest/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel-Geetest For Laravel5
============================

[](#laravel-geetest-for-laravel5)

> 采用了Germeyd的package，在此基础上增加了官方version3.0的使用

效果图
---

[](#效果图)

### Version3.0

[](#version30)

[![image](https://github.com/LaravelChen/laravel-geetest/raw/master/images/one.png)](https://github.com/LaravelChen/laravel-geetest/raw/master/images/one.png)

### Version2.0

[](#version20)

[![image](https://github.com/LaravelChen/laravel-geetest/raw/master/images/two.png)](https://github.com/LaravelChen/laravel-geetest/raw/master/images/two.png)

安装
--

[](#安装)

### composer安装package

[](#composer安装package)

```
composer require laravelchen/laravel-geetest

```

### 配置

[](#配置)

#### 在config目录的app文件下增加如下:

[](#在config目录的app文件下增加如下)

```
'providers' => [
       LaravelChen\Geetest\GeetestServiceProvider::class,
   ];
'aliases'=>[
      'Geetest' => LaravelChen\Geetest\Geetest::class,
]

```

#### 在env文件里面增加如下:

[](#在env文件里面增加如下)

```
GEETEST_ID=ID57cfd6d22b89xxxxxxxd1824ce94a2
GEETEST_KEY=8214f76999114xxxxxxxx2923c42b31

```

### 生成配置文件

[](#生成配置文件)

#### 会在config目录下生成geetest配置文件，同时在resources目录下生成视图文件

[](#会在config目录下生成geetest配置文件同时在resources目录下生成视图文件)

```
php artisan vendor:publish

```

### 用法

[](#用法)

#### 直接在form表单中加入`{!! Geetest::render() !!}`

[](#直接在form表单中加入-geetestrender-)

#### 具体如下:

[](#具体如下)

```

    Laravel

            User:

        {!! Geetest::render() !!}

        提交

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

3362d ago

Major Versions

1.0 → 2.02017-04-16

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelphp

### Embed Badge

![Health badge](/badges/laravelchen-laravel-geetest/health.svg)

```
[![Health](https://phpackages.com/badges/laravelchen-laravel-geetest/health.svg)](https://phpackages.com/packages/laravelchen-laravel-geetest)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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