atkrad / akismet
Hurad Akismet Plugin
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:hurad-plugin
Requires
- php: >=5.4
- composer/installers: *
This package is not auto-updated.
Last update: 2024-11-09 15:25:58 UTC
README
Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog's "Comments" admin screen.
Requirements
The master branch has the following requirements:
- Hurad 0.1.0 or greater.
- PHP 5.4 or greater.
Installation
- Clone/Copy the files in this directory into
app/Plugin/Akismet
- Activate the plugin from your admin panel.
Using Composer
Ensure require
is present in composer.json
. This will install the plugin into Plugin/Akismet
:
{
"require": {
"atkrad/akismet": "0.1.*"
}
}
Issues with Akismet
If you have issues with Akismet, you can report them at https://github.com/atkrad/akismet/issues