PHPackages                             sod96/moby-games - 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. sod96/moby-games

ActiveLibrary[API Development](/categories/api)

sod96/moby-games
================

A package dedicated to making access to the Moby Games API that little bit easier.

02PHP

Since Sep 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SOD96/MobyGamesSDK)[ Packagist](https://packagist.org/packages/sod96/moby-games)[ RSS](/packages/sod96-moby-games/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MobyGamesSDK
============

[](#mobygamessdk)

Ever wanted to interact with the Moby Games API? Well now you can! This is a simple SDK that allows you to interact with the Moby Games API. It is written in PHP and is very easy to use.

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

[](#installation)

Download the SDK and place it in your project. Then include the SDK in your project.

```
// Bring the SDK into your project
use sod96\MobyGames\ApiClient;

// First you need to create a new instance of the MobyGamesSDK class. You need to pass in your API key as a parameter.
$mobyClient = new ApiClient(env('MOBY_GAMES_API_KEY'));
$result = $mobyClient->getGame(175320);

dd($result);

// $result will contain the JSON response from the API
```

Methods
-------

[](#methods)

### getGame

[](#getgame)

This method allows you to get a game from the Moby Games API. You need to pass in the game ID as a parameter.

```
//TODO
```

License
-------

[](#license)

This SDK is licensed under the MIT License. See the LICENSE file for more information.

Contributing
------------

[](#contributing)

If you would like to contribute to this SDK, please fork the repository and submit a pull request. I am accepting PRs for this.

Issues
------

[](#issues)

If you find any issues with this SDK, please submit an issue. I will try to fix it as soon as possible.

Tests
-----

[](#tests)

There are some tests for this SDK, you need to complete the .env file with your API key and then run the tests. EX:

```
MOBY_GAMES_API_KEY=moby_xxxxxxxxx
```

Credits &amp; Resources
-----------------------

[](#credits--resources)

- [Moby Games](http://www.mobygames.com/)
- [Moby Games API](http://www.mobygames.com/info/api)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sod96-moby-games/health.svg)

```
[![Health](https://phpackages.com/badges/sod96-moby-games/health.svg)](https://phpackages.com/packages/sod96-moby-games)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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