Open composer.json file from your application's root directory and add the repository :
{
"repositories": [
{
"type": "composer",
"url": "https://packages.captcha.com"
}
]
}
And then you can install any of our packages by running the require
command, for example:
⚫ Installing the CakePHP Captcha Plugin:
composer require captcha-com/cakephp-captcha:"4.*"
⚫ Installing the Laravel Captcha Package:
composer require captcha-com/laravel-captcha:"4.*"
⚫ Installing the Symfony Captcha Bundle:
composer require captcha-com/symfony-captcha-bundle:"4.*"
Captcha Generator -- BotDetect PHP CAPTCHA Free composer package.
Homepage | https://captcha.com/php-captcha.html |
---|---|
License | proprietary |
Authors | Captcha Support |
Support |
|
Releases | dev-master, 4.2.5, 4.2.4, 4.2.3, 4.2.2, 4.2.1, 4.2.0, 4.1.0, 4.0.0, 3.0.3, 3.0.2, 3.0.1, 3.0.0 |
Required by |