ndolestudio / sweet-captcha-sdk-php
Unofficial PHP SDK for https://www.sweetcaptcha.com
Package info
github.com/NdoleStudio/sweet-captcha-php-sdk
Type:sdk
pkg:composer/ndolestudio/sweet-captcha-sdk-php
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: 5.2.*
This package is auto-updated.
Last update: 2026-03-10 02:06:14 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.
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