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 2w 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 47% 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

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

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

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

87965.9k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M85](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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