2017 © Pedro Peláez
 

neos-package akismet

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

image

robertlemke/akismet

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

  • Thursday, April 26, 2018
  • by robertlemke
  • Repository
  • 0 Watchers
  • 5 Stars
  • 2,090 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

Akismet

Flow package which provides convenient access to the Akismet REST service., (*1)

Setup

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

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

Finally add your Akismet credentials to your Settings.yaml:, (*4)

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 your blog or the site using Akismet. Must be
    # a full URI, for example "http://robertlemke.com/blog".
    blogUri: ''

Usage

The Service class provides a simple API for checking if a comment is spam or submitting new spam or ham to the service:, (*5)

$isSpam = $service->isCommentSpam($permaLink, $content, $type, $author, $authorEmailAddress, $authorUri);

The Versions

26/04 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

26/04 2018

2.0.1

2.0.1.0

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

  Sources   Download

MIT

The Requires

 

23/01 2017

2.0.0

2.0.0.0

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

  Sources   Download

MIT

The Requires

 

20/06 2016

1.0.x-dev

1.0.9999999.9999999-dev

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

  Sources   Download

MIT

The Requires

 

07/03 2016

1.1.2

1.1.2.0

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

  Sources   Download

MIT

The Requires

 

26/02 2013

1.1.1

1.1.1.0

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

  Sources   Download

MIT

The Requires

 

25/02 2013

1.1.0

1.1.0.0

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

  Sources   Download

MIT

The Requires

 

25/02 2013

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires