marcbp / captcha3d-php
v1.0
2016-09-24 14:51 UTC
Requires
- php: >=5.3.0
- symfony/process: ~2.3
This package is not auto-updated.
Last update: 2024-09-20 19:30:05 UTC
README
为 Captcha3D 提供的PHP基本包装器
$captcha = new Captcha3D\Captcha('/path/to/captcha3d'); $captcha->setString('abc') ->setHeight(100) ->setFile(__DIR__ . '/captcha.png') ->run();