2017 © Pedro PelĂĄez
 

library gbx-parser

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

image

eslkem/gbx-parser

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

  • Thursday, May 31, 2018
  • by ESLKem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

Setup and usage

Using the package is straight forward: do not forget to include, (*3)

require_once __DIR__.'/vendor/autoload.php';
 ```
and use the following classes:
```php
use ESLKem\GBXParser\Parser;
use ESLKem\GBXParser\Models\Map;

Sample usage:, (*4)

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

Documentation

The full documentation is available here., (*5)

Testing

This package is tested using PHPUnit. To run the tests, simply execute $ ./vendor/bin/phpunit., (*6)

The Versions

31/05 2018

dev-master

9999999-dev

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

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

by Aleksas Legačinskas

parser maniaplanet gbx

31/05 2018

1.0.0

1.0.0.0

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

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

by Aleksas Legačinskas

parser maniaplanet gbx