BotDetect CAPTCHA Packages

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.*"