pluf / captcha
Captcha for Pluf
Requires
- google/recaptcha: ~1.1
- pluf/tenant: 6.x
Requires (Dev)
- pluf/test: 6.x
This package is auto-updated.
Last update: 2026-05-26 03:14:36 UTC
README
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.