PHPackages                             jover/ripe-stat - 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. jover/ripe-stat

ActiveLibrary[API Development](/categories/api)

jover/ripe-stat
===============

Wrapper for the Ripe Stat API

0.1.2(9y ago)0701MITPHP

Since Aug 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/joverthegrey/RipeStat)[ Packagist](https://packagist.org/packages/jover/ripe-stat)[ RSS](/packages/jover-ripe-stat/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (1)

RipeStat
--------

[](#ripestat)

Simple PHP wrapper around [Ripe AbuseContactFinder](https://stat.ripe.net/docs/data_api#AbuseContactFinder)

### Install RipeStat

[](#install-ripestat)

```
 composer require jover/ripe-stat

```

### Using it

[](#using-it)

```
 use RipeStat\AbuseContactFinder;

 // normal use
 $rs = new AbuseContactFinder();

 // If you make a lot of calls, get a sourceapp id from ripe :)
 $rs = new AbuseContactFinder('my sourceapp id');

 // making a call
 $data = $rs->get('ip, asin, or prefix');

 print_r($data);

```

### Example

[](#example)

see [example.php](example/example.php)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Every ~2 days

Total

3

Last Release

3602d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61f14127cead5d870bd03544cd58fc77ea0c240dd5462226a3ad1ec3c316dfce?d=identicon)[joverthegrey](/maintainers/joverthegrey)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jover-ripe-stat/health.svg)

```
[![Health](https://phpackages.com/badges/jover-ripe-stat/health.svg)](https://phpackages.com/packages/jover-ripe-stat)
```

###  Alternatives

[jacobsteringa/odoo-client

A PHP Client for Odoo

1324.1k](/packages/jacobsteringa-odoo-client)[zfr/zfr-prerender

Integration with prerender.io service

218.1k](/packages/zfr-zfr-prerender)

PHPackages © 2026

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