Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 569 Bytes

Minecraft NBT for PHP

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.