Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanak-michal/geometry-captcha

Geometry captcha generate image with simple geometry example.
https://github.com/stefanak-michal/geometry-captcha

captcha php

Last synced: 19 days ago
JSON representation

Geometry captcha generate image with simple geometry example.

Awesome Lists containing this project

README

        

Geometry-captcha
================
Geometry captcha generate image with simple geometry example.
You can use it two ways, directly show generated image or save it to file.

Example of use:
1. generate image to file, save filename and result to database
2. draw it to form with hidden input with identificator (image filename or some ID from database)
3. after submit form check user result towards database

Base usage:
```php
create();
if (true)
{
//direct show image
$captcha->show();
}
else
{
//save image to file
$captcha->save('./captcha_1657651.jpg');
}
?>
```

\
If you like this project and you want to support me, buy me a tea :)

https://ko-fi.com/michalstefanak