An open API service indexing awesome lists of open source software.

https://github.com/berkanumutlu/php-captcha

PHP Captcha
https://github.com/berkanumutlu/php-captcha

captcha cloudflare-turnstile google-recaptcha hcaptcha php recaptcha recaptcha-v2

Last synced: 7 months ago
JSON representation

PHP Captcha

Awesome Lists containing this project

README

          



PHP





PHP Captcha Release
PHP Captcha Repo stars
License
PHP Version
Bootstrap Version
jQuery Version
Highlight.js Version

# PHP Captcha

It is a project that includes examples of how captcha verification processes are performed.

## Features

- [x] Google reCAPTCHA v2 ([documentation](https://developers.google.com/recaptcha/docs/display), [source code](https://github.com/berkanumutlu/php-captcha/pull/2))
- [x] hCaptcha ([documentation](https://docs.hcaptcha.com/), [source code](https://github.com/berkanumutlu/php-captcha/pull/3))
- [x] Cloudflare Turnstile ([documentation](https://developers.cloudflare.com/turnstile/), [source code](https://github.com/berkanumutlu/php-captcha/pull/4))

## Screenshots

- Google reCAPTCHA v2
![Google reCAPTCHA v2](screenshots/reCAPTCHA.png)
- hCaptcha
![hCaptcha](screenshots/hCaptcha.png)
- Cloudflare Turnstile
![Cloudflare Turnstile](screenshots/cloudflare-turnstile.png)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.