PHPackages                             denostr/stopforumspam - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. denostr/stopforumspam

ActiveLibrary[API Development](/categories/api)

denostr/stopforumspam
=====================

PHP Class for stopforumspam.com which can detect spammers

0.1.0(8y ago)0421MITPHPPHP &gt;=5.4.0

Since Apr 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/denostr/stopforumspam)[ Packagist](https://packagist.org/packages/denostr/stopforumspam)[ RSS](/packages/denostr-stopforumspam/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

StopForumSpam API Client
========================

[](#stopforumspam-api-client)

Documentation: [stopforumspam.com/usage](https://stopforumspam.com/usage)

[![Latest Stable Version](https://camo.githubusercontent.com/c250d47bf5ceecda9dfb2d603b7333ceddef7c799ce5451391cdcd5d54d9a67d/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f73746f70666f72756d7370616d2f762f737461626c65)](https://packagist.org/packages/denostr/stopforumspam)[![Total Downloads](https://camo.githubusercontent.com/3e13d05858559d776bf0a995c700ab520487cab479abd41776861e999d06cf29/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f73746f70666f72756d7370616d2f646f776e6c6f616473)](https://packagist.org/packages/denostr/stopforumspam)[![Latest Unstable Version](https://camo.githubusercontent.com/3eb373c470e7459b746c19dc8719cd5c48f617e53d26257477cb3c5c190a5f81/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f73746f70666f72756d7370616d2f762f756e737461626c65)](https://packagist.org/packages/denostr/stopforumspam)[![License](https://camo.githubusercontent.com/c594df1d1323d3886f59aaebc0d714cfb1c5945c52c64faf231b1dc2ec972e36/68747470733a2f2f706f7365722e707567782e6f72672f64656e6f7374722f73746f70666f72756d7370616d2f6c6963656e7365)](https://packagist.org/packages/denostr/stopforumspam)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/).

```
php composer.phar require denostr/stopforumspam

```

or add

```
"denostr/stopforumspam": "~0.1.0"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

```
$client = new denostr\stopforumspam\Client();

// Set IP for check
$client->ip('1.2.3.4');

// Set email for check
$client->email('mail@example.com')

// Set response JSON format
$client->format(denostr\stopforumspam\Client::FORMAT_JSON);

$result = $client->request();

```

#### Set multiple params

[](#set-multiple-params)

```
$client->ip(['1.2.3.4', '4.6.7.8', '9.10.11.12']);
$client->email(['first@example.com', 'second@example.com']);

```

#### Debug mode

[](#debug-mode)

```
$client->debug(true);

```

#### Wildcards

[](#wildcards)

```
$client->nobademail(true);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2953d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24510436?v=4)[Dennis Ostapenko](/maintainers/denost)[@denost](https://github.com/denost)

---

Top Contributors

[![denostr](https://avatars.githubusercontent.com/u/967489?v=4)](https://github.com/denostr "denostr (5 commits)")

---

Tags

apistopforumspam

### Embed Badge

![Health badge](/badges/denostr-stopforumspam/health.svg)

```
[![Health](https://phpackages.com/badges/denostr-stopforumspam/health.svg)](https://phpackages.com/packages/denostr-stopforumspam)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)[helgesverre/spamprotection

A Spam Protection class for use in contact forms and comment fields, uses the StopForumSpam API.

2429.9k](/packages/helgesverre-spamprotection)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
