robertlemke/akismet
composer require robertlemke/akismet
Integration of Akismet, an intelligent comment spam detector, for Flow
1.0.x-dev
Readme excerpt
AkismetFlow package which provides convenient access to the Akismet REST service.
SetupIn 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 same vendor provides 3 package(s).