Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ARCANEDEV/noCAPTCHA
:passport_control: Helper for Google's new noCAPTCHA (reCAPTCHA v2 & v3)
https://github.com/ARCANEDEV/noCAPTCHA
arcanedev google-recaptcha laravel no-captcha recaptcha
Last synced: 14 days ago
JSON representation
:passport_control: Helper for Google's new noCAPTCHA (reCAPTCHA v2 & v3)
- Host: GitHub
- URL: https://github.com/ARCANEDEV/noCAPTCHA
- Owner: ARCANEDEV
- License: mit
- Created: 2015-01-17T15:25:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T08:34:38.000Z (7 months ago)
- Last Synced: 2024-05-17T01:42:26.488Z (6 months ago)
- Topics: arcanedev, google-recaptcha, laravel, no-captcha, recaptcha
- Language: PHP
- Homepage:
- Size: 358 KB
- Stars: 357
- Watchers: 16
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-laravel-framework - noCAPTCHA - Helper for Google's new noCAPTCHA (reCAPTCHA) (Popular Packages)
- awesome-php - noCAPTCHA - Helper for Google's noCAPTCHA (reCAPTCHA). (Configuration / Miscellaneous)
- awesome-php-cn - noCAPTCHA - 帮助谷歌noCAPTCHA(说的). (配置 Configuration / 杂项 Miscellaneous)
- awesome-projects - noCAPTCHA - Helper for Google's noCAPTCHA (reCAPTCHA). (Configuration / Miscellaneous)
- laravel-awesome - noCAPTCHA - Helper for Google's new noCAPTCHA (reCAPTCHA) (Popular Packages)
- awesome-laravel - noCAPTCHA - Helper for Google's new noCAPTCHA (reCAPTCHA) (Popular Packages)
- awesome-php - noCAPTCHA - Helper for Google's noCAPTCHA (reCAPTCHA). (Configuration / Miscellaneous)
README
# noCAPTCHA (new reCAPTCHA) [![Packagist License][badge_license]](LICENSE.md) [![For PHP][badge_php]][link-github-repo]
[![Github Workflow Status][badge_build]][link-github-status]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
[![Github Issues][badge_issues]][link-github-issues][![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]*By [ARCANEDEV©](http://www.arcanedev.net/)*
## What is reCAPTCHA?
> reCAPTCHA is a free service that protects your site from spam and abuse. It uses advanced risk analysis engine to tell humans and bots apart.
With the new API, a significant number of your valid human users will pass the reCAPTCHA challenge without having to solve a CAPTCHA.
reCAPTCHA comes in the form of a widget that you can easily add to your blog, forum, registration form, etc.
> - [Google RECAPTCHA](https://developers.google.com/recaptcha/)![New Google reCAPTCHA](https://developers.google.com/recaptcha/images/newCaptchaAnchor.gif)
### Features
* Framework agnostic package.
* `v2` (+ Invisible) & `v3` reCaptcha are supported.
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `4.2` to `9.x` are supported.
* PSR-7 Support (ServerRequest verification).
* Made with :heart: & :coffee:.## Table of contents
1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
2. [Configuration](_docs/2-Configuration.md)
3. [Usage](_docs/3-Usage.md)
4. [Extras](_docs/4-Extras.md)
5. [FAQ](_docs/5-FAQ.md)## Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [ARCANEDEV][link-author]
- [All Contributors][link-contributors][badge_php]: https://img.shields.io/badge/PHP-Framework%20agnostic-4F5B93.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/arcanedev/no-captcha.svg?style=flat-square
[badge_build]: https://img.shields.io/github/workflow/status/ARCANEDEV/noCAPTCHA/run-tests?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/noCAPTCHA.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/noCAPTCHA.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/ae37b4c0-5478-4afb-9a71-1fe5534d8ef5.svg?style=flat-square
[badge_issues]: https://img.shields.io/github/issues/ARCANEDEV/noCAPTCHA.svg?style=flat-square
[badge_package]: https://img.shields.io/badge/package-arcanedev/no--captcha-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/no-captcha.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/no-captcha.svg?style=flat-square[link-author]: https://github.com/arcanedev-maroc
[link-github-repo]: https://github.com/ARCANEDEV/noCAPTCHA
[link-github-status]: https://github.com/ARCANEDEV/noCAPTCHA/actions
[link-github-issues]: https://github.com/ARCANEDEV/noCAPTCHA/issues
[link-contributors]: https://github.com/ARCANEDEV/noCAPTCHA/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/no-captcha
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/noCAPTCHA/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/ae37b4c0-5478-4afb-9a71-1fe5534d8ef5