anrdaemon/minecraft-nbt

PHP classes to handle Minecraft NBT (Named Binary Tag) format.

0.2 2018-04-02 11:19 UTC

This package is auto-updated.

Last update: 2024-05-11 13:47:00 UTC


README

PHP classes to handle Minecraft NBT (Named Binary Tag) format.

Requirements

PHP 5.4 at least.

For some features, higher version of PHP may be required.

To handle 64-bit tags (i.e. TAG_Long, TAG_Double), 64-bit Linux version of PHP 5.6.3+ or 64-bit PHP7 is required.

Installation

Composer

composer require anrdaemon/minecraft-nbt

Manual

Just grab the archive, untar it and include '.../classloader.php';. It's MAGIC!

Demos.

Can be found in separate repository.