PHP Classes

PHP Spam Detection : Detect spam in comments and text messages

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 580 All time: 5,324 This week: 16Up
Version License PHP version Categories
spam-detection 1.0Free for non-comm...5.0PHP 5, Text processing
Description 

Author

This class can detect spam in comments and text messages.

It can analyze a given comment text and see if it contains words often used in spam messages.

It can also detect if the text has URLs and whether the URLs have words often found in spam page URLs.

The class computes a score based on the presence of spam factors and returns to the application that can treat the message as spam if the score is above a given threshold.

Picture of Anirban Nath
Name: Anirban Nath <contact>
Classes: 3 packages by
Country: India India

  Files folder image Files (1)  
File Role Description
Plain text file sniffSpams.php Class Detect Spam content

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:580
This week:0
All time:5,324
This week:16Up
User Comments (1)
This can be done much nicer like this http://phpro.
11 years ago (Kevin Waterson)
15%Star