SweetCaptcha is a free captcha service putting the users and your website at first priority. This is a new and fresh graphical captcha focused on enhanced user experience, so instead of using difficult and boring text, SweetCaptcha offers a fun and interactive friendly user experience.
See a live demo here
The recommended way to install sweet-captcha-sdk-php is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of sweet-captcha-sdk-php:
php composer.phar require ndolestudio/sweet-captcha-sdk-php
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
You can then later update sweet-captcha-sdk-php using composer:
composer.phar update
Visit the sweetcaptcha website for more information
- Update this TODO list
- Update the Readme File