Skip to content

dravencms/recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DravenCMS recaptcha package

This is a Draven CMS recaptcha package implementing dravencms/captcha-impl using contributte/recaptcha

Instalation

The best way to install dravencms/recaptcha is using Composer:

$ composer require dravencms/recaptcha

After installation add this code to your app/config/settings.neon

recaptcha:
	secretKey: 6Lfv2A4UAAAAAPg8HMcwsXXXXXXXXXXXXXXX  # Use your own secretKey
	siteKey: 6Lfv2A4UAAAAAKkmkrDnXXXXXXXXXXXXXXX  # Use your own site key
	minimalScore: 0.5