Download the PHP package omasn/decaptcha-bundle without Composer
On this page you can find all versions of the php package omasn/decaptcha-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download omasn/decaptcha-bundle
More information about omasn/decaptcha-bundle
Files in omasn/decaptcha-bundle
Package decaptcha-bundle
Short Description Symfony Decaptcha bundle, распознавание капч для всех популярных сервисов rucaptcha.com, 2captcha.com, pixodrom.com, captcha24.com, socialink.ru, anti-captcha.com
License MIT
Homepage http://bong.run/
Informations about the package decaptcha-bundle
DecaptchaBundle
Symfony Decaptcha bundle.
The package is created for standardization of all services on guessing Captcha. Each service has its own characteristics and now you do not need to operate a few packages. It is enough only to familiarize with the available documentation in order to customize each. The package covers all the functionality of the services. If you do not have enough functionality, I'll be happy to hear all the suggestions. Bundle is implemented on the basis of https://github.com/jumper423/decaptcha
Choose Language
- Russian
Menu
- Documentation
- Services
- Installation
- Usage
Services
Captcha Recognition for all popular services
Installation
Get the bundle
Let Composer download and install the bundle by running
Or you can run
or add
in file composer.json
.
Enable the bundle
Configuration bundle
Configure api_key for those Captcha Recognition services that you want to use.
Usage
A small example of how on the basis of the RuCaptcha service to get your current balance in the system and by the available url to recognize the captcha. For more information on usage, see Documentation
Example in the controller action
Using an additional configuration
Add additional parameters to the RuCaptcha configuration "Description of fields"
All versions of decaptcha-bundle with dependencies
php Version ^5.5.9 || ^7.0
symfony/form Version ^2.7 || ^3.0
symfony/framework-bundle Version ^2.7 || ^3.0
symfony/security-bundle Version ^2.7 || ^3.0