navarr / minecraft-profile
Minecraft Profile API
v1.2.4
2017-03-15 19:34 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.2.1
Requires (Dev)
- phpunit/phpunit: ^3.0
This package is auto-updated.
Last update: 2024-08-25 02:36:26 UTC
README
用法
用法非常简单,并且有很好的文档记录。以下是一个简短的示例
use Navarr\Minecraft\Profile; $profile = Profile::fromUuid('bd95beec116b4d37826c373049d3538b'); $username = $profile->name; $cape = $profile->capeUrl; $skin = $profile->skinUrl;
安装
MinecraftProfile使用Composer。有关Composer的更多信息,请阅读入门指南。
使用Composer安装
composer install navarr/minecraft-profile