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

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

ahead4/captcha
==============

Captcha generator

v1.1.1(10y ago)06.5kMITPHPPHP &gt;=5.3.0

Since Jan 5Pushed 10y ago4 watchersCompare

[ Source](https://github.com/ahead4ltd/captcha)[ Packagist](https://packagist.org/packages/ahead4/captcha)[ Docs](https://github.com/Gregwar/Captcha)[ RSS](/packages/ahead4-captcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (17)Used By (0)

Captcha
=======

[](#captcha)

[![Captchas examples](https://camo.githubusercontent.com/117609a65864c2bce92d30af50f782c8507bed81080b20710e45f5788e53575a/687474703a2f2f677265677761722e636f6d2f63617074636861732e706e67)](https://camo.githubusercontent.com/117609a65864c2bce92d30af50f782c8507bed81080b20710e45f5788e53575a/687474703a2f2f677265677761722e636f6d2f63617074636861732e706e67)

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

[](#installation)

With composer :

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

Usage
=====

[](#usage)

You can create a captcha with the `CaptchaBuilder` :

```
