PHPackages                             phpmystic/omnicaptcha - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. phpmystic/omnicaptcha

AbandonedLibrary[Authentication &amp; Authorization](/categories/authentication)

phpmystic/omnicaptcha
=====================

OmniCaptcha is a powerful Laravel package designed to streamline the integration of captcha services into web applications. With OmniCaptcha, developers gain the flexibility to interact with multiple captcha service providers through a unified and consistent interface.

v0.0.2(2y ago)24MITPHPPHP &gt;=8.0

Since Jul 1Pushed 2y agoCompare

[ Source](https://github.com/Phpmystic/omnicaptcha)[ Packagist](https://packagist.org/packages/phpmystic/omnicaptcha)[ RSS](/packages/phpmystic-omnicaptcha/feed)WikiDiscussions main Synced 1mo ago

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

OmniCaptcha Laravel Package
---------------------------

[](#omnicaptcha-laravel-package)

OmniCaptcha is a Laravel package that simplifies the integration of multiple captcha services into your web applications. It provides a unified and consistent interface to interact with various captcha service providers, allowing you to enhance security and differentiate between human users and automated bots effectively.

Features
--------

[](#features)

- Seamless integration with popular captcha service providers.
- Support for multiple captcha types, including text-based challenges, image recognition puzzles, interactive games, and more.
- Easy configuration and switching between captcha services.
- Consistent methods for generating captchas, validating user responses, and handling errors.
- Clean and maintainable code following Laravel's best practices.
- Comprehensive documentation and examples for quick integration.
- Compatibility with the latest versions of supported captcha service APIs.

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

[](#installation)

You can install OmniCaptcha using Composer. Simply run the following command:

```
composer require phpmystic/omnicaptcha
```

Once installed, the package will be ready for use in your Laravel application.

Configuration
-------------

[](#configuration)

Publish the package configuration file:

```
php artisan vendor:publish --tag=omnicaptcha
```

Open the published configuration file config/omnicaptcha.php and specify your preferred captcha service provider(s) and their corresponding credentials or API keys. Usage OmniCaptcha provides a set of intuitive methods to interact with captcha services. Here's an example of validating a captcha using OmniCaptcha:

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use Phpmystic\OmniCaptcha\Facades\OmniCaptcha;

class TestController extends Controller
{
    public function __invoke(Request $request)
    {
        OmniCaptcha::verifyIlluminateRequest($request); // returns boolean
    }
}
```

Contributing
------------

[](#contributing)

We welcome contributions to enhance OmniCaptcha and make it even more versatile and robust. If you encounter any issues, have suggestions, or would like to contribute, please submit a pull request or open an issue on the GitHub repository.

[!["Buy Me A Coffee"](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://bmc.link/phpmystic)

License
-------

[](#license)

OmniCaptcha is open-source software released under the MIT License. Feel free to use, modify, and distribute the package according to the terms of the license.

Acknowledgments
---------------

[](#acknowledgments)

We would like to express our gratitude to the Laravel community and the developers of the captcha service providers supported by OmniCaptcha. Their excellent work and contributions have made this package possible.

Thank you for choosing OmniCaptcha to enhance the security and user experience of your Laravel applications. If you have any questions or need assistance, please don't hesitate to reach out.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Every ~0 days

Total

2

Last Release

1050d ago

### Community

Maintainers

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

---

Top Contributors

[![mehdilight](https://avatars.githubusercontent.com/u/107317646?v=4)](https://github.com/mehdilight "mehdilight (7 commits)")

### Embed Badge

![Health badge](/badges/phpmystic-omnicaptcha/health.svg)

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

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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