PHPackages                             paravibe/perfops - 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. paravibe/perfops

ActiveLibrary[API Development](/categories/api)

paravibe/perfops
================

API layer for Perfops

1.0(6y ago)024MITPHPPHP ^7.2

Since Nov 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/paravibe/perfops)[ Packagist](https://packagist.org/packages/paravibe/perfops)[ RSS](/packages/paravibe-perfops/feed)WikiDiscussions master Synced 3d ago

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

### PerfOps API PHP wrapper

[](#perfops-api-php-wrapper)

Provides simple wrapper for [PerfOps.net](https://perfops.net) API.

[![Total Downloads](https://camo.githubusercontent.com/8f7464f23f57710ade55d05015f74052ad84f9895e0465991016103711cc26ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617261766962652f706572666f70732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paravibe/perfops)

### Examples

[](#examples)

1. Resolve a DNS record.

```
$client = new Client();
$client->setToken('YOUR_TOKEN');

$request = new Request($client);
$request->attachBody([
    "target" => "google.com",
    "param" => "A",
    "dnsServer" => "8.8.8.8",
    "nodes" => "",
    "location" => "Germany",
    "limit" => "1"
]);

$response = $request->request('/run/dns-resolve');
$id = json_decode($response->getBody());
```

2. Return full DNS performance results under a test ID.

```
$request = new Request($client);
$response = $request->request('/run/dns-resolve/' . $id->id);
```

Please note. This wrapper doesn't provide any custom exception handlers.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2386d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee489c5ed8fc6fac1e81b1b7688a37731ec978f5dccc87e4f87c5233c2197709?d=identicon)[paravibe](/maintainers/paravibe)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/paravibe-perfops/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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