Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/captcha
Google recaptcha middleware
https://github.com/pluf/captcha
Last synced: about 23 hours 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T13:29:54.000Z (over 4 years ago)
- Last Synced: 2024-07-06T14:23:07.390Z (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
[![Build Status](https://travis-ci.com/pluf/http2.svg?branch=master)](https://travis-ci.com/pluf/http2)
[![codecov](https://codecov.io/gh/pluf/http2/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/http2)
[![Maintainability](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/maintainability)](https://codeclimate.com/github/pluf/http2/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/test_coverage)](https://codeclimate.com/github/pluf/http2/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/pluf/http2/badge.svg?branch=master)](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.