PHPackages                             totengeist/iv-parsers - 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. totengeist/iv-parsers

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

totengeist/iv-parsers
=====================

Introversion save file parsers.

v0.2.0(1y ago)21.2k2MITPHPPHP &gt;=5.3.0CI passing

Since Feb 10Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Totengeist/IVParsers)[ Packagist](https://packagist.org/packages/totengeist/iv-parsers)[ RSS](/packages/totengeist-iv-parsers/feed)WikiDiscussions main Synced 1mo ago

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

Introversion Parsers
====================

[](#introversion-parsers)

[![Build Status](https://github.com/Totengeist/IVParsers/actions/workflows/tests.yml/badge.svg)](https://github.com/Totengeist/IVParsers/actions/workflows/tests.yml) [![Latest Stable Version](https://camo.githubusercontent.com/52a94647be19096c51d9d618b4f6702a9247da056cff01780cad152e90e93f58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f74656e67656973742f69762d70617273657273)](https://packagist.org/packages/totengeist/iv-parsers) [![codecov](https://camo.githubusercontent.com/2ade4c99f188f4f375bdee7bb3237c1b52b44bd50bcb337a93da112624a18a2b/68747470733a2f2f636f6465636f762e696f2f67682f546f74656e67656973742f4956506172736572732f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4c4259334b514e525447)](https://codecov.io/gh/Totengeist/IVParsers) [![Total Downloads](https://camo.githubusercontent.com/8edd21759fbb209581860cf35e98e734b17a2ea90d26255dda8e4eb7875d294c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f74656e67656973742f69762d70617273657273)](https://packagist.org/packages/totengeist/iv-parsers) [![License](https://camo.githubusercontent.com/25d42f202bd918b4b4a38ef030c49ff3db949dcb307d49007eb1887bbe75cabf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f74656e67656973742f69762d70617273657273)](https://packagist.org/packages/totengeist/iv-parsers) [![PHP Version Require](https://camo.githubusercontent.com/02cfbf5508e9eaadeecc38593d55c56f6e59fcbe91183073a9594f73b26bf149/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f746f74656e67656973742f69762d706172736572732f706870)](https://packagist.org/packages/totengeist/iv-parsers)

This library aims to provide parsers for common Introversion file formats. It is currently focused on the early access game [The Last Starship](https://steamcommunity.com/app/1857080), but will hopefully include other parsers in the future.

This library is developed by the community. We are not affiliated with Introversion Software.

Installation
------------

[](#installation)

Use the package manager [composer](https://getcomposer.org/download/) to install IVParsers.

```
composer require totengeist/iv-parsers
```

Usage
-----

[](#usage)

IVParsers currently supports `.ship` and `.space` files for The Last Starship. Files can be loaded, modified and saved.

```
$ship = ShipFile(file_get_contents('science-vessel.ship'));
$ship->setName('Crusher');
$ship->setAuthor('Totengeist');
file_put_contents('Crusher.ship', $ship->toString());
```

```
$save = SaveFile(file_get_contents('Fun Time.space'));
$save->getSaveVersion();
TiddletBug::resolveBug($save);
file_put_contents('Fun Time.space', $save->toString());
```

Support
-------

[](#support)

For questions not related to contributing directly to the project, please reach out on [Discord](https://discord.gg/AcCgj3T5sH).

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](./LICENSE)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance45

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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 ~371 days

Total

3

Last Release

451d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8016133747af478058ad3732ead06c30628fda3aab59de52ba2967f726f02d0c?d=identicon)[Totengeist](/maintainers/Totengeist)

---

Top Contributors

[![Totengeist](https://avatars.githubusercontent.com/u/120287612?v=4)](https://github.com/Totengeist "Totengeist (81 commits)")

---

Tags

introversionprisonarchitectthelaststarship

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/totengeist-iv-parsers/health.svg)

```
[![Health](https://phpackages.com/badges/totengeist-iv-parsers/health.svg)](https://phpackages.com/packages/totengeist-iv-parsers)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[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)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

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