anrdaemon / minecraft-nbt
PHP classes to handle Minecraft NBT (Named Binary Tag) format.
0.2
2018-04-02 11:19 UTC
Requires
- php-64bit: ^7.0.15
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-12-11 15:03:18 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.