An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/yii2-anti-spam

Form anti-spam features
https://github.com/beastbytes/yii2-anti-spam

Last synced: 4 months ago
JSON representation

Form anti-spam features

Awesome Lists containing this project

README

        

# AntiSpam Extension for Yii 2

This extension provides form anti-spam features for the [Yii 2.0 framework](http://www.yiiframework.com).

For license information check the [LICENSE](LICENSE.md) file.

Documentation is at [docs/index.md](docs/index.md).

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist BeastBytes/yii2-anti-spam
```

or add

```json
"beastbytes/yii2-anti-spam": "~1.0"
```

to the `require` section of your composer.json.