Skip to content

NdoleStudio/sweet-captcha-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

SweetCaptcha

See a live demo here

Installing SweetCaptcha

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

Support and Contact

Visit the sweetcaptcha website for more information

TODO

  • Update this TODO list
  • Update the Readme File