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(3mo ago)051MITPHPPHP &gt;=8.0

Since Apr 16Pushed 3mo 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 today

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

37

—

LowBetter than 81% of packages

Maintenance79

Regular maintenance activity

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

109d ago

Major Versions

v0.0.2 → v1.0.02025-04-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13732765?v=4)[Gerhard](/maintainers/xgerhard)[@xgerhard](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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