BarryCarlyon / PHP-NBT-Decoder-Encoder

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

Home Page:http://thefrozenfire.com/2010/12/nbt-decoderencoder-for-php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP NBT Decoder / Encoder

A PHP-based NBT format decoder and encoder, for the Minecraft NBT format.
A basic usage example is available in test.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 Extension for PHP.

About

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

http://thefrozenfire.com/2010/12/nbt-decoderencoder-for-php/