Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stefanak-michal/geometry-captcha
- Owner: stefanak-michal
- Created: 2013-09-20T16:02:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T18:42:58.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T05:17:24.699Z (about 1 month ago)
- Topics: captcha, php
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 databaseBase 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