PHPackages                             jonnyynnoj/haxball-replay-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. jonnyynnoj/haxball-replay-parser

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

jonnyynnoj/haxball-replay-parser
================================

Parses a haxball replay file (.hbr)

1.0.3(9y ago)8933[1 issues](https://github.com/jonnyynnoj/haxball-replay-parser/issues)MITPHPPHP &gt;=5.5

Since Sep 30Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jonnyynnoj/haxball-replay-parser)[ Packagist](https://packagist.org/packages/jonnyynnoj/haxball-replay-parser)[ RSS](/packages/jonnyynnoj-haxball-replay-parser/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Haxball Replay Parser
=====================

[](#haxball-replay-parser)

Parses a [haxball](http://haxball.com) replay file

```
composer require jonnyynnoj/haxball-replay-parser

```

Usage
-----

[](#usage)

```
$file = fopen('path\to\replay.hbr', 'r');
// OR
$file = file_get_contents('path\to\replay.hbr');

$parser = new ReplayParser\Parser($file);
$replay = $parser->parse();
```

Output as JSON:

```
echo json_encode($replay);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Every ~59 days

Total

4

Last Release

3384d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d369a62e418f4117468a6f044463f3d29182f67d876996c3f65d41e6e85a312?d=identicon)[jonnyynnoj](/maintainers/jonnyynnoj)

---

Top Contributors

[![jonnyynnoj](https://avatars.githubusercontent.com/u/1348288?v=4)](https://github.com/jonnyynnoj "jonnyynnoj (14 commits)")

---

Tags

haxballphp

### Embed Badge

![Health badge](/badges/jonnyynnoj-haxball-replay-parser/health.svg)

```
[![Health](https://phpackages.com/badges/jonnyynnoj-haxball-replay-parser/health.svg)](https://phpackages.com/packages/jonnyynnoj-haxball-replay-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M44](/packages/mck89-peast)[uro/teltonika-fm-parser

Teltonika FMXXXX parser library

7548.2k](/packages/uro-teltonika-fm-parser)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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