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
- Host: GitHub
- URL: https://github.com/beastbytes/yii2-anti-spam
- Owner: beastbytes
- License: other
- Created: 2020-09-25T10:07:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:43:07.000Z (12 months ago)
- Last Synced: 2025-02-10T07:47:36.966Z (4 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.