shanbo / recaptcha
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- ext-ctype: *
- ext-iconv: *
- google/recaptcha: ^1.2
This package is auto-updated.
Last update: 2025-04-04 22:10:42 UTC
README
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require shanbo/recaptcha
Create recaptcha.yaml
recaptcha: key: '%env(GOOGLE_RECAPTCHA_KEY)%' secret: '%env(GOOGLE_RECAPTCHA_SECRET)%'
Add to your .env
GOOGLE_RECAPTCHA_KEY= GOOGLE_RECAPTCHA_SECRET=