hurad-plugin akismet
Hurad Akismet Plugin
atkrad/akismet
Hurad Akismet Plugin
- Monday, September 28, 2015
- by atkrad
- Repository
- 1 Watchers
- 0 Stars
- 13 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Akismet
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., (*1)
Requirements
The master branch has the following requirements:, (*2)
- 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
:, (*3)
{
"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, (*4)