Akismet class
Automattic Kismet (Akismet for short) is a collaborative effort to make comment and trackback spam a non-issue and restore innocence to blogging, so you never have to worry about spam again.
Grab your copy
Follow development on GitHub
About
PHP Akismet is a (wrapper)class to communicate with the Akismet API.
License
Akismet is BSD licensed.
Documentation
The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc.
Sites that use this class
Do you know a site that uses this class? Use the form below.
Comments
Add your comment
If you have some feedback, a remark or you just want to say something. Go ahead, use the form below.
Tijs Verkoyen wrote:
31/07/2009
Bugfix release! Update your local copy.
Tijs Verkoyen wrote:
31/07/2009
Changelog since 1.0.0:
- submitHam returns a boolean instead of void.
- submitSpam returns a boolean instead of void.
Tijs Verkoyen wrote:
01/08/2009
Changelog since 1.0.1:
- fixed some comments
Tijs Verkoyen wrote:
15/05/2010
Changelog since 1.0.2:
- when authenticating the key will be validate if it is not empty
Tijs Verkoyen wrote:
20/05/2011
Changelog since 1.0.2
- when authenticating the key will be validate if it is not empty
Tijs Verkoyen wrote:
20/05/2011
Changelog since 1.0.3
- added a check for safe-mode
- fixed some code-styling issues
Tijs Verkoyen wrote:
20/05/2011
Changelog since 1.0.4
- fallback for when IP isn't available
- codestyling