beastbytes / yii2-anti-spam
AntiSpam for Yii2
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:yii2-extension
This package is auto-updated.
Last update: 2024-10-25 18:37:43 UTC
README
This extension provides form anti-spam features for the Yii 2.0 framework.
For license information check the LICENSE file.
Documentation is at docs/index.md.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist BeastBytes/yii2-anti-spam
or add
"beastbytes/yii2-anti-spam": "~1.0"
to the require
section of your composer.json.