PHPackages                             robertlemke/akismet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. robertlemke/akismet

ActiveNeos-package[Validation &amp; Sanitization](/categories/validation)

robertlemke/akismet
===================

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

v3.1.2(2y ago)53.6k↓82.4%11MITPHP

Since Feb 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/robertlemke/RobertLemke.Akismet)[ Packagist](https://packagist.org/packages/robertlemke/akismet)[ RSS](/packages/robertlemke-akismet/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (1)Versions (12)Used By (1)

Akismet
=======

[](#akismet)

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

Setup
-----

[](#setup)

In order to use the service you'll first need to sign up for a (usually) free account at

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

```

Usage
-----

[](#usage)

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

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

```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 56.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~390 days

Recently: every ~503 days

Total

11

Last Release

977d ago

Major Versions

1.0.x-dev → 2.0.02017-01-23

2.0.1 → 3.0.02019-09-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/95582?v=4)[Robert Lemke](/maintainers/robertlemke)[@robertlemke](https://github.com/robertlemke)

---

Top Contributors

[![robertlemke](https://avatars.githubusercontent.com/u/95582?v=4)](https://github.com/robertlemke "robertlemke (25 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (19 commits)")

### Embed Badge

![Health badge](/badges/robertlemke-akismet/health.svg)

```
[![Health](https://phpackages.com/badges/robertlemke-akismet/health.svg)](https://phpackages.com/packages/robertlemke-akismet)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M779](/packages/neos-neos)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/media

The Media package

101.2M53](/packages/neos-media)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
