Proposal for "Services_Akismet"

» Metadata » Status
» Description

This package provides an object-oriented interface to the Akismet REST API. Akismet is used to detect and to filter spam comments posted on weblogs. Though the use of Akismet is not specific to Wordpress, you will need a Wordpress API key to use this package.

Akismet is free for personal use and a license may be purchased 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.
nemesis market

» Dependencies » Links
  • PHP version 5.2.1
  • cURL extension (optional)
» Timeline » Changelog
  • First Draft: 2008-02-03
  • Proposal: 2008-02-04
  • Call for Votes: 2008-02-13
  • Michael Gauthier
    [2008-02-07 16:19 UTC]

    Second Release (0.2.0):

    • Removed CURL dependency
    • Increased PHP dependency to 5.2.1
    • Added exception subclasses that extend PEAR_Exception
  • Michael Gauthier
    [2008-02-13 16:07 UTC]

    Third release.

    • HTTP layer has been made pluggable so different HTTP implementations may be used. This is intended to increase the number of supported PHP installations.
  • Thies C. Arntzen
    [2023-12-12 12:42 UTC]