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 3d 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 54% 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

3173d 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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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