ndolestudio/sweet-captcha-sdk-php

Unofficial PHP SDK for https://www.sweetcaptcha.com

v0.1.1 2017-07-26 06:55 UTC

This package is auto-updated.

Last update: 2024-10-09 23:02:03 UTC


README

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