Download the PHP package truecastdesign/spamless without Composer
On this page you can find all versions of the php package truecastdesign/spamless. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package spamless
Spamless - Spam detection class
Install
To install with composer:
Requires PHP 7.1 or newer.
Usage
Here's a basic usage example:
Available Tests
| Test | Description |
|---|---|
gibberish |
Detects strings with 6 or more consecutive consonants, which typically indicates non-English or random text. |
uppercase |
Flags content where all alphabetic characters on a line are uppercase, a common spam indicator. |
underscores |
Detects words combined with underscores (e.g. buy_now_cheap). |
keywords |
Searches for known spam keywords from a built-in keyword list. |
russian |
Detects Cyrillic (Russian) characters. |
url |
Detects URLs or domain-like patterns in the text. |
html |
Detects HTML tags in the text. |
salesEmail |
Detects cold outreach and SEO/sales spam patterns. Flags a message if 2 or more known spam phrases are found, including common SEO pitches, video service offers, and generic cold outreach openers. |
All versions of spamless with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package truecastdesign/spamless contains the following files
Loading the files please wait ...