PHPackages                             scyllaly/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. scyllaly/geetest

ActiveLibrary

scyllaly/geetest
================

Geetest for Laravel

1.2.0(5y ago)12441MITPHPPHP ^7.3

Since Jul 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Scyllaly/geetest)[ Packagist](https://packagist.org/packages/scyllaly/geetest)[ RSS](/packages/scyllaly-geetest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Geetest for Laravel

Install
-------

[](#install)

```
composer require scyllaly/geetest
```

config
------

[](#config)

- insert ServiceProvider into `config/app.php`

```
Scyllaly\Geetest\GeetestServiceProvider::class,
```

- insert Alias into `config/app.php`

```
'Geetest' => Scyllaly\Geetest\Geetest::class,
```

- publish config &amp; view file

```
php artisan vendor:publish --provider='Scyllaly\Geetest\GeetestServiceProvider'
```

- insert config fileds into `.env` , or get the config by `CaptchaVerify` Component

```
GEETEST_ID=
GEETEST_KEY=

```

View Config Fields
------------------

[](#view-config-fields)

配置项说明选项默认值width按钮宽度单位可以是 px, %, em, rem, pt300pxlang语言，极验验证码免费版不支持多国语言zh-cn, en, zh-tw, ja, ko, thzh-cnserver-get-config从服务器获取GeetestKEYTrueFalseproduct验证码展示方式popup, floatpopupgeetest\_id极验验证码IDgeetest\_key极验验证码KEYclient\_fail\_alert客户端失败提示语请完成验证码server\_fail\_alert服务端失败提示语验证码校验失败Usage
-----

[](#usage)

- render your web page

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

- request Validate

```
$this->validate($request, [
    'geetest_challenge' => 'required|geetest'
], [
    'geetest' => config('geetest.server_fail_alert')
]);
```

- get config from database By `app/geetest.php` the field `server-get-config`, you can get your geetest id &amp; and from database

Thanks
------

[](#thanks)

[Germey/LaravelGeetest](https://github.com/Germey/LaravelGeetest)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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 ~110 days

Total

3

Last Release

1892d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

geetestlaravellaravelgeetestScyllaly

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M272](/packages/laravel-boost)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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