PHPackages                             xgerhard/wom-php - 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. xgerhard/wom-php

ActiveLibrary[API Development](/categories/api)

xgerhard/wom-php
================

PHP wrapper for the Wise Old Man API

v1.0.8(2mo ago)041MITPHPPHP &gt;=8.0

Since Apr 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/xgerhard/wom-php)[ Packagist](https://packagist.org/packages/xgerhard/wom-php)[ RSS](/packages/xgerhard-wom-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (12)Used By (0)

wom-php
=======

[](#wom-php)

**wom-php** is a PHP wrapper for the [Wise Old Man API](https://docs.wiseoldman.net/).
Wise Old Man is an open source Old School RuneScape player progress tracker: [wiseoldman.net](https://wiseoldman.net).

Work in Progress
----------------

[](#work-in-progress)

⚠️ This package is still in development, but is stable and ready to use.

Found a bug or want to request a feature? [Open an issue](https://github.com/xgerhard/wom-php/issues).

Usage
-----

[](#usage)

```
composer require xgerhard/wom-php

```

```
use WOM\Client;

$client = new Client();
$player = $client->players->get('zezima');

echo $player->displayName; // Zezima
```

All model properties are directly accessible via object-style access:

```
$level = $player->latestSnapshot->data->skills->overall->level;
```

Models also include helpful formatting methods for display:

```
echo $boss->formatMetric(); // Chambers Of Xeric
echo $boss->formatRank(); // 13.37k
echo $skill->formatExperience(); // 13.03m
```

More helper methods will be added in future releases — including support for custom formatting.

Documentation &amp; Examples
----------------------------

[](#documentation--examples)

See [`docs/examples.md`](docs/examples.md) for usage examples.

Supported Endpoints
-------------------

[](#supported-endpoints)

EndpointStatusPlayers✅ ImplementedGroups✅ ImplementedCompetitions✅ ImplementedRecords✅ ImplementedDeltas✅ ImplementedName Changes✅ ImplementedEfficiency✅ ImplementedContributing
------------

[](#contributing)

Feel free to explore, contribute, or play around with this wrapper.

To set up a local development environment for the package, follow these steps:

1. **Clone the repository:**

```
git clone https://github.com/xgerhard/wom-php.git

```

2. **Create a new folder for your test project**, and add a `composer.json` file pointing to your local clone:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "../path/to/local/wom-php",
      "options": {
        "symlink": true
      }
    }
  ],
  "require": {
    "xgerhard/wom-php": "dev-main"
  }
}

```

3. **Install the local package:**

```
composer require xgerhard/wom-php:dev-main

```

4. Your project will now use your local `wom-php` version and any changes you make will be reflected immediately.

Running Tests
-------------

[](#running-tests)

To run the test suite:

1. From your cloned `wom-php` folder, install dependencies:

```
composer install

```

2. Then run the tests:

```
php vendor/bin/phpunit

```

Or run a specific test: `php vendor/bin/phpunit --filter testCanFetchPlayerDetails`

Feel free to add tests when contributing new features or fixes!

License
-------

[](#license)

wom-php is licensed under the MIT License.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance87

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~33 days

Recently: every ~58 days

Total

11

Last Release

63d ago

Major Versions

v0.0.2 → v1.0.02025-04-17

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xgerhard-wom-php/health.svg)

```
[![Health](https://phpackages.com/badges/xgerhard-wom-php/health.svg)](https://phpackages.com/packages/xgerhard-wom-php)
```

###  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)
