gie / captcha
Symfony connector php securimage package available on https://github.com/dapphp/securimage
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4
- dapphp/securimage: ^4.0
This package is auto-updated.
Last update: 2024-11-18 19:43:39 UTC
README
This bundle is developed by Sirpa Gendarmerie. It's a Symfony connector to https://github.com/dapphp/securimage project.
Installation
Install via composer :
composer require gie/captcha
add in bundles.php
Gie\SecureImage\GieSecureImageBundle::class => ['all' => true],
add in routes.yaml
_gieSecureImageBundle: resource: '@GieSecureImageBundle/Resources/config/routes.yaml'
Configuration
add a gie_secure_image.yaml file in config/packages
multiple parameters are available. For example set captcha colors:
gie_secure_image: text_color: '#355689' line_color: '#707070' noise_color: '#707070' image_bg_color: '#ffffff'