PHPackages                             prefixaut/phs - 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. prefixaut/phs

AbandonedArchivedLibrary[API Development](/categories/api)

prefixaut/phs
=============

A PHP Wrapper for the speedrun.com-API

01PHP

Since Aug 15Pushed 8y agoCompare

[ Source](https://github.com/prefixaut/PHS)[ Packagist](https://packagist.org/packages/prefixaut/phs)[ RSS](/packages/prefixaut-phs/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHS - Preprocessed Hyper Speedruns
==================================

[](#phs---preprocessed-hyper-speedruns)

> A PHP Wrapper for the [@speedruncom api](https://github.com/speedruncom/api)

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

[](#installation)

### Composer

[](#composer)

Best way to use it is via composer since it already handles the autoloading.

```
composer require prefixaut/phs
```

### Git

[](#git)

Clone the repo and setup the autoloading manually

Usage
-----

[](#usage)

### Authentification

[](#authentification)

```
// Without Authentification
$src = new PHS\v1\API();

// With Authentification
$src = new PHS\v1\API('API_TOKEN');

// The token can also be provided later on
$src->setAuth('API_TOKEN');
```

```
$src->engines->all([
    'order' => "...",
    // ... Other settings
]);

$src->users->get('USER');

```

License
-------

[](#license)

This Project is licensed under the MIT License. Read more in the `LICENSE` file

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3eac22980971b3b255f38169db46b8a3c5a40c19c0b4cfa823c6bbce7f88ca81?d=identicon)[prefixaut](/maintainers/prefixaut)

### Embed Badge

![Health badge](/badges/prefixaut-phs/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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