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

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

反垃圾评论
https://github.com/yiier/yii2-anti-spam

Last synced: 2 months ago
JSON representation

反垃圾评论

Awesome Lists containing this project

README

        

反垃圾评论
=====
反垃圾评论

Installation
------------

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

Either run

```
php composer.phar require --prefer-dist yiier/yii2-anti-spam "*"
```

or add

```
"yiier/yii2-anti-spam": "*"
```

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

Migrations
----------
Run the following command

```
php yii migrate --migrationPath=@yiier/antiSpam/migrations/
```

Usage
-----

Create Spam:

```php