PHPackages                             webrium/captcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. webrium/captcha

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webrium/captcha
===============

Captcha generator

1.2.2(2y ago)010MITPHPPHP &gt;=5.3.0

Since Aug 9Pushed 2y agoCompare

[ Source](https://github.com/webrium/Captcha)[ Packagist](https://packagist.org/packages/webrium/captcha)[ Docs](https://github.com/Gregwar/Captcha)[ RSS](/packages/webrium-captcha/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Captcha
=======

[](#captcha)

### ⚠️ In this source, the bug that appeared in the library in PHP 8.2 has been fixed

[](#️-in-this-source-the-bug-that-appeared-in-the-library-in-php-82-has-been-fixed)

Installation
============

[](#installation)

With composer :

```
{

    "require": {
        "webrium/captcha": "1.*"
    }
}
```

Usage
=====

[](#usage)

You can create a captcha with the `CaptchaBuilder` :

```
