PHPackages                             azt3k/abc-silverstripe-textcap - 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. azt3k/abc-silverstripe-textcap

ActiveSilverstripe-module

azt3k/abc-silverstripe-textcap
==============================

Text based captcha module for SilverStripe

0.1.1(11y ago)57961[3 PRs](https://github.com/azt3k/abc-silverstripe-textcap/pulls)BSDPHPPHP &gt;=5.3.0

Since Nov 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/azt3k/abc-silverstripe-textcap)[ Packagist](https://packagist.org/packages/azt3k/abc-silverstripe-textcap)[ RSS](/packages/azt3k-abc-silverstripe-textcap/feed)WikiDiscussions master Synced 2d ago

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

Setup
-----

[](#setup)

1. Add the following to your composer.json

```
"require": {
    "azt3k/abc-silverstripe-textcap" : "*@stable"
}
```

2. run `composer install`
3. go to `http://textcaptcha.com/` and sign up for an api key (this is now optional)
4. Configure API Key (this is now optional)

Insert the following into your `project/_config.php` file replacing `your-api-key` with the api key you got in step 3

```
AbcTextCap::set_text_captcha_api_key('your-api-key');
```

- OR -

Insert the following into your `project/_config/config.yml` file

```
AbcTextCap:
  text_captcha_api_key: your-api-key
```

5. Add a captcha field to your form

```
