PHPackages                             benji07/akismet-bundle - 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. benji07/akismet-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

benji07/akismet-bundle
======================

Symfony Benji07 AkismetBundle

545.5k2PHP

Since Mar 11Pushed 7y ago2 watchersCompare

[ Source](https://github.com/benji07/Benji07AkismetBundle)[ Packagist](https://packagist.org/packages/benji07/akismet-bundle)[ RSS](/packages/benji07-akismet-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Benji07AkismetBundle

Bundle to use akismet api in Symfony2

Configuration
-------------

[](#configuration)

```
[yml]
benji_akismet
  key: your key
  blog: your site homepage

```

Usage
-----

[](#usage)

```
[php]
$data = array(
    'user_ip' => $comment->getUserIp(),
    'user_agent' => $comment->getUserAgent(),
    'referrer' => $comment->getReferrer(),
    'comment_type' => 'comment',
    'comment_author' => $comment->getUsername(),
    'comment_author_email' => $comment->getEmail(),
    'comment_content' => $comment->getContent()
);

// check if $comment is a spam
$this['akismet']->isSpam($data);

// submit a spam
$this['akismet']->submitSpam($data);

// submit a ham
$this['akismet']->submitHam($data);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (10 commits)")

### Embed Badge

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

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

###  Alternatives

[insenseanalytics/nova-bar-metrics

A Laravel Nova tool for bar chart metrics and frequency distributions.

41129.5k](/packages/insenseanalytics-nova-bar-metrics)

PHPackages © 2026

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