Download the PHP package lordrazen/mojang-api without Composer
On this page you can find all versions of the php package lordrazen/mojang-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lordrazen/mojang-api
More information about lordrazen/mojang-api
Files in lordrazen/mojang-api
Package mojang-api
Short Description A PHP Library for requests to the Mojang API.
License GPL-3.0-or-later
Homepage https://github.com/LordRazen/mojang-api
Informations about the package mojang-api
mojang-api
A PHP Library for requests to the Mojang API or the Mojang Skinservers.
Official Minecraft Wiki about the API: https://minecraft.fandom.com/de/wiki/Mojang_API
Installation
composer require lordrazen/mojang-api
Use the MojangAPI:
Get UUID from Playername:
MojangAPI::getUuidFromName('LordRazen);
Result: 8d0a41175a764b72a7dc67b555119fef
Get Value from UUID:
MojangAPI::getValueFromUUID('8d0a41175a764b72a7dc67b555119fef');
Result: ewogICJ0aW1lc3RhbXAiIDogMT...
Check if Skinfile Exists:
http://textures.minecraft.net/texture/d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622
MojangAPI::validateSkinFileExists('d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622');
Result: bool
Get Skinfile from Mojang Skin Servers:
MojangAPI::getSkinFile('d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622');
Result: GdImage
Former Features
Get All Names from UUID (deprecated since Mojang stopped the API support):
MojangAPI::getAllNamesFromUUID('8d0a41175a764b72a7dc67b555119fef);
Result: ["LordRazen"]
www.minecraft-heads.com