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
- Host: GitHub
- URL: https://github.com/berkanumutlu/php-captcha
- Owner: berkanumutlu
- License: mit
- Created: 2024-09-20T09:46:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T06:07:10.000Z (11 months ago)
- Last Synced: 2025-01-18T10:31:41.383Z (9 months ago)
- Topics: captcha, cloudflare-turnstile, google-recaptcha, hcaptcha, php, recaptcha, recaptcha-v2
- Language: PHP
- Homepage:
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

- hCaptcha

- Cloudflare Turnstile
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.