PHPackages                             maatify/captcha-all-in-one - 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. maatify/captcha-all-in-one

ActiveLibrary

maatify/captcha-all-in-one
==========================

Unofficial Cloudflare Turnstile, Google Captcha V3, Google Captcha V2 And HCaptcha for PHP it's library for maatify.dev handler, known by our team

5.0.1(9mo ago)01041proprietaryPHP

Since Aug 14Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/Maatify/CaptchaAllInOne)[ Packagist](https://packagist.org/packages/maatify/captcha-all-in-one)[ Docs](https://github.com/Maatify/)[ RSS](/packages/maatify-captcha-all-in-one/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (1)

[![Current version](https://camo.githubusercontent.com/edb91edf978e2dd8be02cabaa2524348f61fc1022a48ac63806797bb0653dfb3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6161746966792f636170746368612d616c6c2d696e2d6f6e65)](https://packagist.org/packages/maatify/captcha-all-in-one)[![Packagist PHP Version Support](https://camo.githubusercontent.com/f61e3a7563e9bf539842f9564d0f7c2137e5a5c1e2a1419a0826ced8ea11d387/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6161746966792f636170746368612d616c6c2d696e2d6f6e65)](https://packagist.org/packages/maatify/captcha-all-in-one)[![Monthly Downloads](https://camo.githubusercontent.com/8f0ece50c552df089752a00270b18585eb59f07ab4aad4f069cf034c8d50c542/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d6161746966792f636170746368612d616c6c2d696e2d6f6e65)](https://packagist.org/packages/maatify/captcha-all-in-one/stats)[![Total Downloads](https://camo.githubusercontent.com/b14152e0d179fe027d12c1b0b2a53f234c6b9adbee280265694a6f50d0de75bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6161746966792f636170746368612d616c6c2d696e2d6f6e65)](https://packagist.org/packages/maatify/captcha-all-in-one/stats)[![Stars](https://camo.githubusercontent.com/de03f875b0dd0711223d422c1e116b5b92250e657b6b940f62f3810dc98129c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6d6161746966792f636170746368612d616c6c2d696e2d6f6e65)](https://github.com/maatify/CaptchaAllInOne/stargazers)

Installation
============

[](#installation)

```
composer require maatify/captcha-all-in-one
```

Env File Should Contain
=======================

[](#env-file-should-contain)

```
TURNSTILE_STATUS=1
TURNSTILE_SITE_KEY='turnstile_site_key'
TURNSTILE_SECRET_KEY='turnstile_secret_key'
TURNSTILE_TRIES=4

GOOGLE_RECAPTCHA_V3_STATUS=1
GOOGLE_RECAPTCHA_V3_SITE_KEY='google_recpatcha_v3_site_key'
GOOGLE_RECAPTCHA_V3_SECRET_KEY='google_recaptcha_v3_secret_key'
GOOGLE_RECAPTCHA_V3_TRIES=6

GOOGLE_RECAPTCHA_V2_STATUS=1
GOOGLE_RECAPTCHA_V2_SITE_KEY='google_recpatcha_v2_site_key'
GOOGLE_RECAPTCHA_V2_SECRET_KEY='google_recaptcha_v2_secret_key'
GOOGLE_RECAPTCHA_V2_TRIES=8

HCAPTCHA_STATUS=1
HCAPTCHA_SITE_KEY='hcaptcha_site_key'
HCAPTCHA_SECRET_KEY='hcaptcha_secret_key'
HCAPTCHA_TRIES=10

SESSION_TIMEOUT_CAPTCHA='60' ## IN MINUTES
```

Usage
=====

[](#usage)

```
