https://github.com/ndolestudio/sweet-captcha-php-sdk
Unofficial PHP SDK for https://www.sweetcaptcha.com
https://github.com/ndolestudio/sweet-captcha-php-sdk
Last synced: about 1 year ago
JSON representation
Unofficial PHP SDK for https://www.sweetcaptcha.com
- Host: GitHub
- URL: https://github.com/ndolestudio/sweet-captcha-php-sdk
- Owner: NdoleStudio
- License: gpl-3.0
- Created: 2017-07-21T13:06:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T06:58:41.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T15:54:24.662Z (over 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.

See a live demo [here](http://sweetcaptcha.com/?ref=github-php)
## Installing SweetCaptcha
The recommended way to install sweet-captcha-sdk-php is through
[Composer](http://getcomposer.org).
```bash
# 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:
```bash
php composer.phar require ndolestudio/sweet-captcha-sdk-php
```
After installing, you need to require Composer's autoloader:
```php
require 'vendor/autoload.php';
```
You can then later update sweet-captcha-sdk-php using composer:
```bash
composer.phar update
```
### Support and Contact
Visit the sweetcaptcha [website](http://sweetcaptcha.com/?ref=github-php) for more information
### TODO
* Update this TODO list
* Update the Readme File