A CakePHP Behavior that moderates and validates comments to check for spam.
- CakePHP 1.2.x, 1.3.x
- PHP 5.2.x, 5.3.x
- "comments" database table
- Easy installation and configuration
- Just add it to your Comment models $actsAs
- Automatically runs before a comment is made
- Gives each comment a point ranking and then moderates (approves, deletes, marks as spam)
- Sends an email notification after every comment
- Always updated to ensure the best anti-spam capabilities!
Thorough documentation can be found here: http://milesj.me/code/cakephp/spam-blocker