PHPackages                             jojo/gbxremote - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jojo/gbxremote

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jojo/gbxremote
==============

A library which enables you to connect to a Maniaplanet Server

1.1.0(12y ago)3201proprietaryPHPPHP &gt;=5.3.0

Since Jan 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Jojo44/GBXRemote)[ Packagist](https://packagist.org/packages/jojo/gbxremote)[ RSS](/packages/jojo-gbxremote/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

\#About

This PHP library allows you to connect with a Maniaplanet Server to display e.g. the current players on your website. It´s a rewrite of the originally with the dedicated server deliverd GbxRemote.inc.php. It was a test if the php build in xmlrpc library is faster than a self written one. Some tests have shown that this isn´t the case for a small amount of requests. However if you are using this library with a servercontroller wtih frequent requests you will get better speed and workload.

\#Documentation ##Install php xmlrpc extension ###Linux

```
apt-get install php5-xmlrpc

```

\###Windows uncomment the following line in your php.ini (remove ; in front of the line)

```
;extension=php_xmlrpc.dll

```

\##Sample Code

```
$client = new GBXRemote();
$client->connect("127.0.0.1", 5000);
$client->Authenticate("SuperAdmin", "SuperAdminPassword");
$version = $client->GetVersion();
$maps = $client->GetMapList(100, 0);
$client->close();
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4567d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2218090?v=4)[Jojo](/maintainers/Jojo44)[@Jojo44](https://github.com/Jojo44)

---

Top Contributors

[![Jojo44](https://avatars.githubusercontent.com/u/2218090?v=4)](https://github.com/Jojo44 "Jojo44 (13 commits)")

### Embed Badge

![Health badge](/badges/jojo-gbxremote/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k126](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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