Home » Web Services » Services_Akismet
PHP client for the Akismet REST API
This package is unmaintained.
Download latest release 1.0.1 (archived versions might be outdated)
License: MIT
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 from http://wordpress.com/api-keys/ 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.
Maintainers
- Mike Gauthier (gauthierm) — lead, active
Dependencies
Required
- PHP (>= 5.2.1)
- PEAR Installer (>= 1.4.0)
Optional
- curl (extension)
Releases
- 1.0.1 (stable, 2008-05-03)
Release notes
License: MIT
Added unit tests. No functional changes singe 1.0.0.
- 1.0.0 (stable, 2008-04-15)
- 1.0.0RC1 (beta, 2008-03-21)
- 0.5.0 (beta, 2008-02-29)
- 0.4.1 (alpha, 2008-02-23)
- 0.4.0 (alpha, 2008-02-21)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #13173 | Closed | Bug | 0.4.0 | 2008-02-21 | Sockets implementation is slow |
| #13824 | Closed | Req | CVS | 2008-05-02 | Create unit tests |
| #13851 | Closed | Bug | CVS | 2008-05-08 | skip tests when config is not available, not fail |
| #14788 | Closed | Bug | CVS | 2008-10-13 | Name conflict - TestCase.php |
| #15069 | Wont fix | Req | 1.0.1 | 2008-11-18 | Use HTTP_Request2 rather than cURL |
| #15387 | Wont fix | Req | CVS | 2008-12-25 | Support TypePad AntiSpam |
| #19018 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |
| #19164 | Closed | Bug | SVN | 2011-12-29 | upgrade PHPUnit require statements (for PEAR QA Team) |