robertlemke/akismet

Last activity 01 Nov 2023 5 1 3295
composer require robertlemke/akismet

Integration of Akismet, an intelligent comment spam detector, for Flow

No released version found

Readme excerpt

Akismet

Flow package which provides convenient access to the Akismet REST service.

Setup

In order to use the service you'll first need to sign up for a (usually) free account at http://akismet.com/

Next, just include this package into your application by adding it to the required package of your composer.json file.

Finally add your Akismet credentials to your Settings.yaml:

RobertLemke: Akismet: # Defines the host of the Akismet service. Does not have to be changed unless # Akismet changes its service entry point. serviceHost: 'rest.akismet.com' # The API key you have been provided by Akismet apiKey: '' # The frontpage URI pointing to…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 3 package(s).