PHPackages                             irisdev/iriscaptchalaravel - 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. irisdev/iriscaptchalaravel

ActiveLibrary

irisdev/iriscaptchalaravel
==========================

A Package To Use iriscaptchalaravel

03PHP

Since Feb 17Pushed 5y agoCompare

[ Source](https://github.com/IrisDev-net/irisCaptchaLaravel)[ Packagist](https://packagist.org/packages/irisdev/iriscaptchalaravel)[ RSS](/packages/irisdev-iriscaptchalaravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

IrisCaptchaLaravel
==================

[](#iriscaptchalaravel)

IrisCaptchaLaravel is a PHP library for use in Laravel Freamwork.

Note: This Package Using Only in Laravel 7 &amp; Laravel 8

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

[](#installation)

Use Composer in root Project Folder Laraverl to install IrisCaptchaLaravel.

```
composer require irisdev/iriscaptchalaravel

php artisan vendor:publish

Select Number in list laravel service worker irisdev

Adding This Line To Env

Note : This Value Changed For Your Registered Option In irisdev.net

IrisCaptcha_Developing_Mode="True"
IrisCaptcha_Secret_Key="df059a421e1b5a2eac14d646114f816f342c04fdff84b063f81561b9e7dc62be0x2715"
IrisCaptcha_Publick_Key=""
```

Usage
-----

[](#usage)

```

Sample web.php Route For Using IrisCaptchaLaravel

use Illuminate\Http\Request;

Route::get('/', function (Request $request) {
    $irisCaptcha=new \IrisDev\iriscaptchalaravel\iriscaptchalaravel;
          if($request->has("irisCaptcha")) {
            $res = $irisCaptcha->Check_Answer($request->irisCaptcha,$request->ip(),false);
            //var_dump($request->get["irisCaptcha"]);die();
            if ($res->is_valid) {
                // Captcha verified - continue ...
                return "HOOOORAAAA";
            }else{
                return $res->error;
            }

        }else{

        $html='

        Test Iris Captcha

        Submit | Click Me!

        ';
        echo $html;
        echo $irisCaptcha->Get_Js();
        }

});

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b49b52cfe7e88cb95b0fda4cdfcebbe9332f91fe816c6f0822dd0f335e9edc6f?d=identicon)[ha-dev](/maintainers/ha-dev)

---

Top Contributors

[![hamedcodelab](https://avatars.githubusercontent.com/u/42106287?v=4)](https://github.com/hamedcodelab "hamedcodelab (19 commits)")

### Embed Badge

![Health badge](/badges/irisdev-iriscaptchalaravel/health.svg)

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

PHPackages © 2026

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