PHPackages                             icekristal/laravel-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. icekristal/laravel-captcha

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

icekristal/laravel-captcha
==========================

Laravel captcha

v2.2.1(1mo ago)0209MITPHPPHP ^8.2

Since Jan 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/icekristal/laravel-captcha)[ Packagist](https://packagist.org/packages/icekristal/laravel-captcha)[ RSS](/packages/icekristal-laravel-captcha/feed)WikiDiscussions master Synced today

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

install:

```
composer require icekristal/laravel-captcha
```

config:

```
php artisan vendor:publish --provider="Icekristal\LaravelCaptcha\CaptchaServiceProvider" --tag="config"
```

default fonts:

```
php artisan vendor:publish --provider="Icekristal\LaravelCaptcha\CaptchaServiceProvider" --tag="fonts"
```

use:

get all info. Return array keys: image\_no\_encode, image, secret\_key

```
$arrayInfoCaptcha = \Icekristal\LaravelCaptcha\Facades\IceCaptcha::generateAndGetAllInfo();
```

set settings

```
$image = \Icekristal\LaravelCaptcha\Facades\IceCaptcha::setLength(4)->setLevel(2)->generateAndGetAllInfo();
```

all info settings:

```
setColorBackground('#000000');
setListColors(['#FFFFFF', '#0000FF', '#FF0000']);
```

get only no encode image

```
$captcha = \Icekristal\LaravelCaptcha\Facades\IceCaptcha::generate()->getImageNoEncode();
```

checking captcha:

```
$requestData = explode("&&", Crypt::decryptString($this->get('captcha_secret')));
$requestData[0]; //text captcha
$requestData[1]; //timestamp captcha
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Recently: every ~270 days

Total

13

Last Release

57d ago

Major Versions

v1.1.2 → v2.0.02024-03-07

PHP version history (3 changes)v1.0.0PHP ^8.0

v1.1.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c3f1e43165a21bbd33518179ccd8e16af3724286055c22bdb12fdbe9dd9efe7?d=identicon)[icekristal](/maintainers/icekristal)

---

Top Contributors

[![icekristal](https://avatars.githubusercontent.com/u/24248381?v=4)](https://github.com/icekristal "icekristal (34 commits)")

---

Tags

captchalaravelphp

### Embed Badge

![Health badge](/badges/icekristal-laravel-captcha/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[carsdotcom/laravel-json-schema

Json Schema validation for Laravel projects

1043.3k6](/packages/carsdotcom-laravel-json-schema)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.6k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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