Login   Register  
PHP Classes

Class: Akismet class

Icontem
elePHPant

  Classes of Cesar D. Rodas  >  Akismet class  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Akismet class Support forum
Base name: akismet
Description: Check whether a text is spam using Akismet service
Version: 1.0
Required PHP version: 4.0
License: BSD License
 
  Author   Group folder image Groups   Detailed description  
  Dependencies   Trackback   Applications   Files Files  

Author

Picture of Cesar D. Rodas
Name: Cesar D. Rodas <e-mail contact>
Published packages: 34 Browse this author's classes Browse this author's classes
Country: Paraguay Paraguay - PHP jobs in Paraguay
Home page: http://cesarodas.com/

Innovation Award

PHP Programming Innovation award winner
February 2008
Winner
Spam is a threat to the quality of most content sites. Many tools have been developed to fight all sorts of spam.

Akismet is a Web based service that was created initially with the intention to fight spam on Wordpress blog comments. Its generic API make it useful to fight spam on other types of blogs or even other types of Internet application.

This class provide a solution to integrate Akismet spam filtering services in any PHP applications.

Manuel Lemos

Groups

Group folder image Content management Components and tools to manage content View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes
Group folder image Blogs Managing and publishing blogs View top rated classes

Detailed description

This class can be used to check whether a blog comment or some other text is spam using Akismet Web service.

It can access the Akismet Web server and execute several possible services:
- Verify whether your Akismet service access key is valid
- Check whether a text is spam
- Submit a text that is known to be spam
- Submit a text that was marked as false positive spam

Packages needed by this class

Class Dependency Why it is needed
PHP HTTP protocol client
Required
For http protocol

Trackback links

Link Description
PHP Spam detection project While I was googling-up for know how the LibTextCat works internally, I found the paper that had changed my life, N-Gram-Based Text Categorization...

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file akismet.php Class Main class
Accessible without login Plain text file akismet_example.php Example Example
Download all files: akismet.tar.gz akismet.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.