Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.
/ CAPTCHA-Generator Public archive

Let's embrace our CAPTCHA and embark on a whimsical, laugh-inducing, and enigmatic journey towards enhanced security.

License

Notifications You must be signed in to change notification settings

ariyx/CAPTCHA-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Captcha Generator (PHP)

Let's embrace our CAPTCHA and embark on a whimsical, laugh-inducing, and enigmatic journey towards enhanced security.

Screenshots

Coming soon.

Installation

Install CAPTCHA-generator

git clone git@github.com:ariyx/CAPTCHA-Generator.git CAPTCHA

How to use ?

Example 1: Using a random string to generate a captcha.

require 'Captcha.php';

$permitted_chars = 'ABCDEFGHJKLMNPQRSTUVWXYZ';
$string_length = 6;

$captcha = new Captcha($permitted_chars, $string_length);
$captcha->generateCaptcha();

Example 2: Captcha generation with specific text.

require 'Captcha.php';

$captcha = new Captcha(null, null, 'ariyx');
$captcha->generateCaptcha();

License

Because everyone uses this license, I also chose this license :)

MIT license

About

Let's embrace our CAPTCHA and embark on a whimsical, laugh-inducing, and enigmatic journey towards enhanced security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages