PHPackages                             ljnchn/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. ljnchn/captcha

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

ljnchn/captcha
==============

Captcha generator

v1.1.10(3y ago)029MITPHPPHP &gt;=5.3.0

Since Jan 5Pushed 3y agoCompare

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

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

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

[](#installation)

With composer :

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

Usage
=====

[](#usage)

You can create a captcha with the `CaptchaBuilder` :

```
