PHPackages                             atakde/akismet-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. atakde/akismet-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

atakde/akismet-php
==================

Akismet wrapper for PHP 8

V1.0.0(3y ago)311MITPHPPHP &gt;=8.0.9

Since Aug 28Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

akismet-php
===========

[](#akismet-php)

A php package for akismet with PHP8.

Installation
------------

[](#installation)

Install via composer

```
composer require atakde/akismet-php
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';

$akismetPHP = new \Atakde\AkismetPhp\AkismetPhp();
$akismetPHP->setAkismetKey('YOUR_API_KEY')
    ->setCommentAuthor('Atakan')
    ->setCommentAuthorEmail('me@atakann.com')
    ->setCommentAuthorUrl('https://atakann.com')
    ->setCommentContent('This is a test comment')
    ->setBlogUrl('https://atakann.com')
    ->setPermalink('https://atakann.com')
    ->setReferrer('https://atakann.com')
    ->setCommentType('comment');

var_dump($akismetPHP->checkSpam());
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1404d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fba6be57163305921268ead4dfc68f106c3e28e859b93fb69c3332d503ee6cdc?d=identicon)[atakde](/maintainers/atakde)

---

Top Contributors

[![atakde](https://avatars.githubusercontent.com/u/31544037?v=4)](https://github.com/atakde "atakde (5 commits)")

---

Tags

akismetakismet-apiakismet-phpakismet-php-libraryakismet-php-packagephp8spam-checker

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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