crafting-shards/nbt-decoder-encoder

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP-based NBT format decoder and encoder, for the Minecraft NBT format.

v1.0.1 2015-09-04 20:35 UTC

This package is not auto-updated.

Last update: 2024-02-03 13:47:58 UTC


README

A PHP-based NBT format decoder and encoder, for the Minecraft NBT format.
A basic usage example is available in tests/NBTTest.php. I suggest you run this script before you use the library for any other project, because this script acts as a sort of "requirements test" for your system, to ensure you have the right extensions, and that there's nothing funky with your configuration.

Requires the GMP or bcmath extensions for PHP on x86 systems.