Vatsimphp icon indicating copy to clipboard operation
Vatsimphp copied to clipboard

Vatsimphp - VATSIM data parser

Results 5 Vatsimphp issues
Sort by recently updated
recently updated
newest added

Seems like the output is not stored in UTF-8. In `vatsim-data.json` I find eg. this (even though my editor opens it as UTF-8): ``` "name": "Soulié LFJL", "callsign": "FCYJMS", ```...

Bug

Looking at the code for the v3 parser, it only looks at objects within the `controllers` and `pilots` blocks, and ignores the `atis` block. https://github.com/skymeyer/Vatsimphp/blob/60eb40c0bcf7dd58060ae529073fa25eb455dedd/src/Vatsimphp/Parser/DataV3CompatParser.php#L167 Would it be possible to...

New feature
Question

https://status.vatsim.net/status.json

Refactor

Since the data feed is now available as JSON and has more distinct and cleaned up data points, we should expose these directly using objects for better flexibility and ease...

New feature