Download the PHP package cmdz/spam-canner without Composer
On this page you can find all versions of the php package cmdz/spam-canner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cmdz/spam-canner
More information about cmdz/spam-canner
Files in cmdz/spam-canner
Download cmdz/spam-canner
More information about cmdz/spam-canner
Files in cmdz/spam-canner
Vendor cmdz
Package spam-canner
Short Description Extensible Spam Detection Filters based on snook.ca post
License MIT
Homepage https://github.com/AndyWendt/spam-canner
Package spam-canner
Short Description Extensible Spam Detection Filters based on snook.ca post
License MIT
Homepage https://github.com/AndyWendt/spam-canner
Please rate this library. Is it a good library?
Informations about the package spam-canner
Spam Canner
Extensible Spam Detection Filters based on this snook.ca post
Installation
Available on Packagist. Autoloading is PSR-4 compatible.
composer require cmdz/spam-canner
Usage
Filters are located in the src/Filters
directory.
You can add your own filters as well, they just need to implement CmdZ\SpamCanner\Filters\FilterInterface
and then add them
to the $filters
array that you pass to Score()
Available Filters
See snook.ca post for the ideas behind each filter.
- Body in Previous Comment
- Body Length
- Check Auth Name for Link
- Consonants
- First Word
- Links in Body
- Status of Previous Comment
- Tlds
- Url Length
- Words Characters in Url
Testing
License
The MIT License (MIT). Please see the License File for more information.
All versions of spam-canner with dependencies
PHP Build Version
Package Version
The package cmdz/spam-canner contains the following files
Loading the files please wait ....