PHPackages                             eslkem/gbx-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. eslkem/gbx-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

eslkem/gbx-parser
=================

This package is made to parse Maniaplanet's GBX files and extract useful information from them.

1.0.0(7y ago)0101GPL-3.0-or-laterPHP

Since May 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ESLKem/gbx-parser)[ Packagist](https://packagist.org/packages/eslkem/gbx-parser)[ RSS](/packages/eslkem-gbx-parser/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

GBX Parser
==========

[](#gbx-parser)

This component is written to parse Maniaplanet engine's produced GBX Map files and extract useful information from it. **Note:** this package requires a 64-bit PHP installation to function properly.

Installation
============

[](#installation)

Just run `$ composer require eslkem/gbx-parser` or add `"eslkem/gbx-parser": "^1.0"` line to your composer.json file followed by a `$ composer install` or `$composer update` command.

Setup and usage
===============

[](#setup-and-usage)

Using the package is straight forward: do not forget to include

```
require_once __DIR__.'/vendor/autoload.php';
```

and use the following classes:

```
use ESLKem\GBXParser\Parser;
use ESLKem\GBXParser\Models\Map;
```

Sample usage:

```
$map = Parser::parse('./path/to/file.gbx');
echo $map->getName();
```

Documentation
=============

[](#documentation)

The full documentation is available [here](https://eslkem.github.io/gbx-parser/).

Testing
=======

[](#testing)

This package is tested using PHPUnit. To run the tests, simply execute `$ ./vendor/bin/phpunit`.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Unknown

Total

1

Last Release

2902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dc93e06ecf7bf747fa0c3928cd9dcef71f2c9dfcc49ba28462201a61d59e5fa?d=identicon)[ESLKem](/maintainers/ESLKem)

---

Top Contributors

[![KemTM](https://avatars.githubusercontent.com/u/7620234?v=4)](https://github.com/KemTM "KemTM (9 commits)")

---

Tags

parserManiaPlanetgbx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eslkem-gbx-parser/health.svg)

```
[![Health](https://phpackages.com/badges/eslkem-gbx-parser/health.svg)](https://phpackages.com/packages/eslkem-gbx-parser)
```

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M702](/packages/league-commonmark)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)

PHPackages © 2026

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