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

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

vigstudio/akismet
=================

Akismet Library

2.0.4(5y ago)012MITPHPPHP &gt;=5.4

Since Mar 16Pushed 5y agoCompare

[ Source](https://github.com/vigstudio/Akismet)[ Packagist](https://packagist.org/packages/vigstudio/akismet)[ RSS](/packages/vigstudio-akismet/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Akismet
-------

[](#akismet)

[![SensioLabsInsight](https://camo.githubusercontent.com/81962b123a5f59726c5f6edaf2d601ed6e6558a071830b787906e2b5ed4a366e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64626532323962372d326439342d346238392d616531622d3934616362383065653931642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/dbe229b7-2d94-4b89-ae1b-94acb80ee91d)[![Build Status](https://camo.githubusercontent.com/11a2d86d2bccd9fced17000d3e4f11638420fde2e9b4203eb1a63b28a27f7487/68747470733a2f2f7472617669732d63692e6f72672f4f70656e436c617373726f6f6d732f416b69736d65742e737667)](https://travis-ci.org/OpenClassrooms/Akismet)[![Coverage Status](https://camo.githubusercontent.com/6b833272517a4493d6d93cce9c3e930bf3e3fc02ec42928da872fee6d07f1120/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f4f70656e436c617373726f6f6d732f416b69736d65742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/OpenClassrooms/Akismet?branch=master)

This is a PHP5 library that provides [Akismet Spam Protection service](https://akismet.com/) functionality in your application.

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

[](#installation)

The easiest way to install Akismet Library is via [composer](http://getcomposer.org/).

Create the following `composer.json` file and run the `php composer.phar install` command to install it.

```
{
    "require": {
        "openclassrooms/akismet": "*"
    }
}
```

```
