tazorax / mcmaps
PHP script to read / write custom Minecraft map item images
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
pkg:composer/tazorax/mcmaps
Requires
- php: >=5.3.0
- ext-gd: *
- rickselby/nbt: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
This package is auto-updated.
Last update: 2025-09-29 01:41:37 UTC
README
Originally created by Kroc Camen http://camendesign.com
A set of PHP classes for reading and writing Minecraft map items, you can:
- Set any image to a map, e.g.:
- Write books, by providing the text and McMaps will automatically word-wrap, hyphenate and generate multiple numbered pages for you!
Acknowledgements
The code is © copyright cc-by 2011 Kroc Camen http://camendesign.com, you may do with it as you please, as long as you give credit; see LICENCE.txt for details.
Uses PHP-NBT-Decoder-Encoder by Justin Martion https://github.com/TheFrozenFire/PHP-NBT-Decoder-Encoder