sweet-captcha-sdk-php
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., (*1)
, (*2)
See a live demo here, (*3)
Installing SweetCaptcha
The recommended way to install sweet-captcha-sdk-php is through
Composer., (*4)
# 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:, (*5)
php composer.phar require ndolestudio/sweet-captcha-sdk-php
After installing, you need to require Composer's autoloader:, (*6)
require 'vendor/autoload.php';
You can then later update sweet-captcha-sdk-php using composer:, (*7)
bash
composer.phar update, (*8)
Visit the sweetcaptcha website for more information, (*9)
TODO
- Update this TODO list
- Update the Readme File