PHPackages                             pokeguys/luosimao-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. pokeguys/luosimao-captcha

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

pokeguys/luosimao-captcha
=========================

Luosimao Validator for Laravel 5

1.0.0(8y ago)0211[1 issues](https://github.com/pokeguys/luosimao-captcha/issues)[1 PRs](https://github.com/pokeguys/luosimao-captcha/pulls)MITPHPPHP &gt;=5.4.0

Since Oct 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/pokeguys/luosimao-captcha)[ Packagist](https://packagist.org/packages/pokeguys/luosimao-captcha)[ Docs](http://github.com/pokeguys/laravel-luosimao-captcha)[ RSS](/packages/pokeguys-luosimao-captcha/feed)WikiDiscussions master Synced 3d ago

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

Luosimao
========

[](#luosimao)

A Luosimao Validator for Laravel 5.

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

[](#installation)

Add the following line to the `require` section of `composer.json`:

```
"require": {
  "pokeguys/laravel-luosimao-captcha": "dev-master"
}
```

Setup
-----

[](#setup)

1. In `/config/app.php`, add the following to `providers`:

```
'providers' => [
    // Other Service Providers

    Pokeguys\Luosimao\LuosimaoServiceProvider::class,
],
```

and the following to `aliases`:

```
'aliases' => [
  // Other Aliases

  'Luosimao' => Pokeguys\Luosimao\Facades\Luosimao::class,
],
```

2. Run `php artisan vendor:publish --provider="Pokeguys\Luosimao\LuosimaoServiceProvider"`.
3. In `/config/luosimao.php`, enter your Luosimao public and private keys.
4. The package ships with a default validation message, but if you want to customize it, add the following line into `resources/lang/[lang]/validation.php`:

```
[
  // Other validation message

  'luosimao' => 'The :attribute field is not correct.',
]
```

Usage
-----

[](#usage)

In your validation rules, add the following:

```
$rules = [
    // ...
    'luosimao' => 'required|luosimao',
];
```

It's also recommended to add `required` when validating.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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

3126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/766c1c644370417984c04dbbec47dad7efde5745fa048831618c0290b8933114?d=identicon)[PokeGuys](/maintainers/PokeGuys)

---

Top Contributors

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

---

Tags

laravelcaptchalaravel5LuoSiMao

### Embed Badge

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

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

###  Alternatives

[schuppo/password-strength

This package provides a validator for ensuring strong passwords in Laravel 4 applications.

1432.7M1](/packages/schuppo-password-strength)[elic-dev/laravel-math-captcha

A simple math captcha for Laravel form validation.

1156.7k](/packages/elic-dev-laravel-math-captcha)[bllim/laravalid

This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.

5915.2k](/packages/bllim-laravalid)[mohsen/captcha

A simple captcha for laravel 4

125.2k](/packages/mohsen-captcha)

PHPackages © 2026

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