PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_Akismet2

PHP client for the Akismet REST API

This package is unmaintained.

Download latest release 0.3.1 (there might be newer Composer installable version)

License: MIT

Description

This package provides an object-oriented interface to the Akismet REST API. The Akismet API is used to detect and to filter spam comments posted on weblogs.

There are several anti-spam service providers that use the Akismet API. To use the API, you will need an API key from such a provider. Example providers include Wordpress (http://wordpress.com) and TypePad (http://antispam.typepad.com).

Most services are free for personal or low-volume use, and offer licensing for commercial or high-volume applications.

This package is derived from the miPHP Akismet class written by Bret Kuhns for use in PHP 4. This package requires PHP 5.2.1.

Documentation

Manual

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#15429ClosedDocCVS2008-12-28Write a tutorial on using Services_Akismet2 for TypePad anti-spam
#15567ClosedBug0.2.02009-01-08Exception is thrown when referrer is not set in comment
#15569ClosedReq0.2.02009-01-08Allow to set Application Name/Version in user agent string
#15571ClosedBug0.2.02009-01-08$_SERVER vars in $_allowedServerVars should not be always used
#19019ClosedBugSVN2011-11-14remove error_reporting (for PEAR QA team)
#19165ClosedBugSVN2011-12-29upgrade PHPUnit require statements (for PEAR QA Team)