BotDetect PHP CAPTCHA Deployment Packages (BotDetect v3.0; deprecated)

The paid version available for purchase are packaged, used and deployed in the same way. CakePHP and CodeIgniter plugins and code examples are downloaded separately from the main library to keep the general purpose download reasonably small.

BotDetect PHP CAPTCHA Download Package Contents

The BotDetect PHP Captcha library requires PHP 5.2.1 or newer compiled with libgd support.

The lib package subfolder contains the Captcha PHP library files.

The samples package subfolder contains BotDetect PHP code examples.

BotDetect PHP CAPTCHA Library Deployment

When adding Captcha protection to your PHP forms, you will need to copy Captcha PHP library files from the lib folder to your website source and include them on the form, as explained in the BotDetect Captcha PHP integration guide. You will then deploy these files together with your PHP application source.

In the simplest case, you will copy the BotDetect include files to your website root and reference them from there, as well as keep BotDetect public resources (icons, JavaScript, stylesheets) together with .php files. Just copy the whole lib folder and everything will work.

However, it is also possible to keep BotDetect Captcha library files in a central location and include them in multiple websites without copying to individual websites. Furthermore, in that case it is also possible to separate the publicly available BotDetect resources mentioned above from the Captcha library source files for increased security. Such deployment options are explained in the BotDetect PHP Captcha library advanced deployment guide.

BotDetect PHP CAPTCHA CakePHP Plugin Deployment

Beside the BotDetect Captcha CakePHP integration package.

This download package includes the BotDetect Captcha CakePHP plugin, and CakePHP Captcha code examples. You can read more about the exact contents and how to use them in your CakePHP applications in the CakePHP Captcha integration how to guide.

Once you have added BotDetect Captcha protection to your CakePHP form, you can keep and deploy all BotDetect files with your CakePHP application source.

BotDetect PHP CAPTCHA CodeIgniter Library Deployment

Beside the BotDetect Captcha CodeIgniter integration package.

This download package includes the BotDetect Captcha CodeIgniter library, and CodeIgniter Captcha code examples. You can read more about the exact contents and how to use them in your CodeIgniter applications in the CodeIgniter Captcha integration how to guide.

Once you have added BotDetect Captcha protection to your CodeIgniter form, you can keep and deploy all BotDetect files with your CodeIgniter application source.

BotDetect PHP CAPTCHA Laravel Composer Deployment

Laravel users need to download the separate BotDetect Laravel Captcha integration package.

This download package contains Laravel Captcha code examples. You can read more about the exact contents and how to use them in your Laravel applications in the Laravel Captcha integration how to guide.

Once you have added BotDetect Captcha protection to your Laravel form view, you can keep and deploy all BotDetect files with your Laravel application source.

BotDetect PHP CAPTCHA Audio Localizations Deployment

BotDetect supports Captcha localizations page.

Deploying these localized pronunciation files is as easy as copying the downloaded .bdsp files for the locales you want to support to the lib/botdetect/Resources/Sounds subfolder of the Captcha library copy your website is using.

BotDetect PHP CAPTCHA Code Examples Deployment

The BotDetect PHP Captcha library download package also contains a number of Captcha PHP code examples.

The BotDetect demos allow you to experiment with BotDetect options, while the code examples contain PHP Captcha example code which might be useful when adding and configuring BotDetect Captcha protection on your PHP forms.

You can copy the extracted files (both the lib and the samples folders) to a path accessible by your Http server software configured to run PHP (the htdocs folder in Apache installations, Inetpub on IIS, etc.), and samples/index.html will guide you to included PHP code examples.

Typically, you will only deploy the BotDetect examples on your development machines, and skip them when deploying BotDetect to your servers.

Deploying BotDetect PHP CAPTCHA Updates

Updated Captcha library and plugin files can usually just be copied over the old ones in your application source. If there are any version-specific instructions you should be aware of, they will be listed in the BotDetect PHP migration guide along with the new version release notes.


Please Note

The information on this page is out of date and applies to a deprecated version of BotDetect™ CAPTCHA (v3.0).

An up-to-date equivalent page for the latest BotDetect Captcha release (v4) is BotDetect v4 Captcha documentation index.

General information about the major improvements in the current BotDetect release can be found at the What's New in BotDetect v4.0 page.