marcbp/captcha3d-php

v1.0 2016-09-24 14:51 UTC

This package is not auto-updated.

Last update: 2024-05-17 18:04:55 UTC


README

A basic PHP wrapper for Captcha3D

$captcha = new Captcha3D\Captcha('/path/to/captcha3d');

$captcha->setString('abc')
    ->setHeight(100)
    ->setFile(__DIR__ . '/captcha.png')
    ->run();