https://github.com/pluf/captcha
Google recaptcha middleware
https://github.com/pluf/captcha
Last synced: 3 months ago
JSON representation
Google recaptcha middleware
- Host: GitHub
- URL: https://github.com/pluf/captcha
- Owner: pluf
- License: mit
- Created: 2017-11-16T21:32:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T13:29:54.000Z (about 5 years ago)
- Last Synced: 2025-02-18T04:16:24.327Z (4 months ago)
- Language: PHP
- Homepage: https://pluf.ir/wb/products/module/captcha
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Captcha module
[](https://travis-ci.com/pluf/http2)
[](https://codecov.io/gh/pluf/http2)
[](https://codeclimate.com/github/pluf/http2/maintainability)
[](https://codeclimate.com/github/pluf/http2/test_coverage)
[](https://coveralls.io/github/pluf/http2?branch=master)This is a security module to block bots to access writable resourcess.
# Settings
## Set engine
The engine type which must be used.
captcha.engine
Engines:
- ReCaptcha
See documentation.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.