robertlemke/akismet

Letzte Aktivität 01 Nov 2023 5 1 3332
composer require robertlemke/akismet

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

1.1.2

Version
1.1.2
Type
typo3-flow-plugin
Release Date
Mar 07, 2016 10:52
Source
git
Distribution
zip
Requires
  • typo3/flow: ~2.0|~3.0
MIT 12e7ab939d17e15e5dd614dd39a8ae01ae608cc4

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