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

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

ackintosh/captcha
=================

simple Captcha maker.

128PHP

Since Jul 21Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#Captcha for php

This is Captcha library for php.

[![sample captcha](https://camo.githubusercontent.com/0736c33a457b6939af5ff4e415a25e9f30eb3269c8311e79e201d9cabafa3038/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f32323038333534382f6769746875622f436170746368612f73616d706c652e706e67)](https://camo.githubusercontent.com/0736c33a457b6939af5ff4e415a25e9f30eb3269c8311e79e201d9cabafa3038/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f32323038333534382f6769746875622f436170746368612f73616d706c652e706e67)

\##Installation `composer.json`

```
{
    "require": {
        "ackintosh/captcha": "dev-master"
    }
}

```

```
$ php composer.phar install

```

\#Usage ###Output a default Captcha image

```
