robertlemke/akismet

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

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

v3.1.1

Version
v3.1.1
Type
neos-package
Release Date
May 31, 2022 13:35
Source
git
Distribution
zip
Requires
  • neos/flow: ^6.3 || ^7.0 || ^8.0
MIT af587e1b8f048020e3e5bf598a25b3920f758676

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).