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 3d 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 49% 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

4475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/337993d9ba1f020f957e0f9e3caaf7169501daf2b3134c1e76a589ebfa53eba3?d=identicon)[Jojo44](/maintainers/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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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