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.10(1mo ago)0111MITPHPPHP &gt;=8.0

Since Apr 16Pushed 1mo 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 1w ago

READMEChangelogDependencies (8)Versions (14)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).

Bugs / Feature requests
-----------------------

[](#bugs--feature-requests)

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

[](#documentation)

See [`docs/index.md`](docs/index.md) for the full documentation.

ResourceDescription[Players](docs/players.md)Search, track and fetch player data[Groups](docs/groups.md)Manage and fetch group data[Competitions](docs/competitions.md)Manage and fetch competition data[Deltas](docs/deltas.md)Fetch delta leaderboards[Records](docs/records.md)Fetch record leaderboards[Efficiency](docs/efficiency.md)Fetch efficiency rates and leaderboards[Name Changes](docs/name-changes.md)Search and submit name changesContributing
------------

[](#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 --testdox

```

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

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Recently: every ~61 days

Total

13

Last Release

42d 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 (49 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

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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