navarr/minecraft-profile

Minecraft Profile API

Maintainers

Package info

github.com/navarr/MinecraftProfile

pkg:composer/navarr/minecraft-profile

Fund package maintenance!

navarr

Statistics

Installs: 1 515

Dependents: 0

Suggesters: 0

Stars: 24

Open Issues: 3

v1.2.4 2017-03-15 19:34 UTC

This package is auto-updated.

Last update: 2026-02-25 06:05:11 UTC


README

Usage

Usage is super simple and well-documented. Here's a short example:

use Navarr\Minecraft\Profile;

$profile = Profile::fromUuid('bd95beec116b4d37826c373049d3538b');
$username = $profile->name;
$cape = $profile->capeUrl;
$skin = $profile->skinUrl;

Installation

MinecraftProfile uses Composer. For more information about composer, read the Getting Started document.

To install with composer:

composer install navarr/minecraft-profile