Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/navarr/minecraftprofile

Minecraft Profile API in PHP
https://github.com/navarr/minecraftprofile

Last synced: about 6 hours ago
JSON representation

Minecraft Profile API in PHP

Awesome Lists containing this project

README

        

# Minecraft Profile API in PHP

## Usage

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

```php
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](https://getcomposer.org/doc/00-intro.md) document.

To install with composer:

> `composer install navarr/minecraft-profile`