networkteam / flow-altcha
Integration of ALTCHA Next-Gen Captcha in Neos Flow applications
Installs: 34
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- php: >=8.2
- altcha-org/altcha: ~1.1
- neos/flow: ~8.3
README
ALTCHA Next-Gen Captcha for Flow framework
Integration of ALTCHA Next-Gen Captcha in Neos Flow applications. The package ships with a service class, which wraps the code for creating a challenge with Altcha's php library altcha-org/altcha-lib-php and Flow validator for validating the captcha result.
Inspired by NeosRulez.Neos.Form.AltchaCaptcha
Installation
Networkteam.FusionForm.Altcha is available via packagist. Run composer require networkteam/flow-altcha
to install.