PHPackages                             xiaohuilam/luo-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xiaohuilam/luo-captcha

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xiaohuilam/luo-captcha
======================

v1.0(8y ago)1255PHPPHP &gt;=5.6

Since Sep 6Pushed 8y ago2 watchersCompare

[ Source](https://github.com/xiaohuilam/LuoCaptcha)[ Packagist](https://packagist.org/packages/xiaohuilam/luo-captcha)[ RSS](/packages/xiaohuilam-luo-captcha/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

LARAVEL-LUOSIMAO
================

[](#laravel-luosimao)

The ultimate captcha for chinese end users, luosimao. This package brings you a fast method to install the captcha function into your project.

HOW TO GET LUOSIMAO CAPTCHA
===========================

[](#how-to-get-luosimao-captcha)

INSTALL
=======

[](#install)

```
composer require xiaohuilam/luo-captcha

```

```
vim .env
#NOCAPTCHA_SITEKEY={site key}
#NOCAPTCHA_SECRET={api key}

```

```
vim config/app.php
#add bellow into providers
Luosimao\Captcha\LuoCaptchaServiceProvider::class,

#add bellow into aliases:
'Captcha'     => Luosimao\Captcha\LuoCaptcha::class,

```

CODE
====

[](#code)

add this into your form

```
{!! Form::captcha() !!}

```

and add this script into your script

```
{!! Captcha::script() !!}

```

add validator

```
$this->validate($request, [
    'luotest_response' => 'required|captcha',
]);

```

DEMO
====

[](#demo)

[![11.png](https://camo.githubusercontent.com/6e85def68f63b1e49b995b10128113ce1ffc8ed48429f3bc67e3cd036e46c136/68747470733a2f2f692e6c6f6c692e6e65742f323031372f30382f30312f353938303434623265623534312e706e67)](https://camo.githubusercontent.com/6e85def68f63b1e49b995b10128113ce1ffc8ed48429f3bc67e3cd036e46c136/68747470733a2f2f692e6c6f6c692e6e65742f323031372f30382f30312f353938303434623265623534312e706e67)[![12.png](https://camo.githubusercontent.com/5a21124f05f57bc1124ccd341c79f28f78e76c207ba92c00f1ec8312d9e1360c/68747470733a2f2f692e6c6f6c692e6e65742f323031372f30382f30312f353938303434623330656264332e706e67)](https://camo.githubusercontent.com/5a21124f05f57bc1124ccd341c79f28f78e76c207ba92c00f1ec8312d9e1360c/68747470733a2f2f692e6c6f6c692e6e65742f323031372f30382f30312f353938303434623330656264332e706e67)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3219d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

captchanocaptcharecaptcha

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1533.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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