PHPackages                             webignition/sfs-result-analyser - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webignition/sfs-result-analyser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webignition/sfs-result-analyser
===============================

Analyses results from api.stopforumspam.com, helps you figure out what to do

0.1(7y ago)01941MITPHPPHP &gt;=7.2.0

Since Apr 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/webignition/sfs-result-analyser)[ Packagist](https://packagist.org/packages/webignition/sfs-result-analyser)[ Docs](https://github.com/webignition/sfs-result-analyser)[ RSS](/packages/webignition-sfs-result-analyser/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (5)Versions (2)Used By (1)

SFS Result Analyser
===================

[](#sfs-result-analyser)

Analyses results from [api.stopforumspam.com](https://www.stopforumspam.com/usage), helps you figure out what to do.

Why?
----

[](#why)

You can use [webignition/sfs-client](https://github.com/webignition/sfs-client) to query [api.stopforumspam.com](https://www.stopforumspam.com/usage) and get back one or more [webignition\\SfsResultInterfaces\\ResultInterface](https://github.com/webignition/sfs-result-interfaces)objects.

You've probably queried [api.stopforumspam.com](https://www.stopforumspam.com/usage) because you need to know if a given email address, IP address or username is known to be untrustworthy.

This helps with that.

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

[](#installation)

`composer require webignition/sfs-result-analyser`

Usage
-----

[](#usage)

```
use webignition\SfsResultAnalyser\Analyser;
use webignition\SfsResultInterfaces\ResultInterface;

// We're assuming that $result is a ResultInterface object.

$analyser = new Analyser();

// Does a given result indicate that the entity is not to be trusted?
$analyser->isUntrustworthy($result));
// returns true or false

// Is a given result's entity trustworthy?
// Return a float between 0 (do not trust) and 1 (probably can be trusted)
$trustworthiness = $analyser->calculateTrustworthiness($result);
```

See Also
--------

[](#see-also)

Use [webignition/sfs-querier](https://github.com/webignition/sfs-querier) for a package that contains [webignition/sfs-result-analyser](https://github.com/webignition/sfs-result-analyser), [webignition/sfs-client](https://github.com/webignition/sfs-client) and provides detailed usage instructions.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

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

2635d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/278be37d1b614ef0c40b22b777663e545a1f6d69dd4f908888cbb557ad7e608f?d=identicon)[webignition](/maintainers/webignition)

---

Top Contributors

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

---

Tags

analyserresultanalyzerstopforumspam.com

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/webignition-sfs-result-analyser/health.svg)

```
[![Health](https://phpackages.com/badges/webignition-sfs-result-analyser/health.svg)](https://phpackages.com/packages/webignition-sfs-result-analyser)
```

###  Alternatives

[graham-campbell/result-type

An Implementation Of The Result Type

554401.7M9](/packages/graham-campbell-result-type)[shipmonk/composer-dependency-analyser

Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)

6197.9M595](/packages/shipmonk-composer-dependency-analyser)[liliuwei/thinkphp-jump

适用于thinkphp6.0的跳转扩展

2875.9k1](/packages/liliuwei-thinkphp-jump)[madeitbelgium/seo-analyzer

SEO Analyzer

335.2k1](/packages/madeitbelgium-seo-analyzer)

PHPackages © 2026

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