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. webignition/sfs-result-analyser

ActiveLibrary

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

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

0.1(7y ago)01291MITPHPPHP &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 2mo ago

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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

2584d 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

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[graham-campbell/result-type

An Implementation Of The Result Type

548378.1M7](/packages/graham-campbell-result-type)[shipmonk/composer-dependency-analyser

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

6076.7M434](/packages/shipmonk-composer-dependency-analyser)[bvanhoekelen/performance

PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.

521774.3k4](/packages/bvanhoekelen-performance)[diablomedia/phpunit-pretty-printer

A PHPUnit result printer that shows per-file test progress and execution times

78515.2k5](/packages/diablomedia-phpunit-pretty-printer)[mediawiki/phan-taint-check-plugin

A Phan plugin to do security checking

27777.0k3](/packages/mediawiki-phan-taint-check-plugin)

PHPackages © 2026

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