2017 © Pedro Peláez
 

library skinner

Library to grab those Minecraft heads and skins!

image

mcprohosting/skinner

Library to grab those Minecraft heads and skins!

  • Saturday, August 1, 2015
  • by connor4312
  • Repository
  • 4 Watchers
  • 1 Stars
  • 130 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 19 % Grown

The README.md

Skinner

Build Status, (*1)

Skinner is a fairly simple library to grab Minecraft heads and skins for your application., (*2)

Installation

Add this to your composer.json file's requires, and run composer update:, (*3)

"mcprohosting/skinner": "dev-master"

Usage

// Example 1: save a player's skin and head to a file:
file_put_contents('steve_skin.png', Skinner::user('steve')->skin());
file_put_contents('steve_skin.png', Skinner::user('steve')->head());

// Or, more efficiently, in a way that will only cause the skin to be downloaded once

$user = Skinner::user('steve');
file_put_contents('steve_skin.png', $user->skin());
file_put_contents('steve_skin.png', $user->head());

// Calls to the $user are automatically passed to Intervention images. So you can, for example:

$user = Skinner::user('steve');
file_put_contents('steve_skin.png', $user->skin()->resize(300, 300));

// Or, manually save it in another format, like jpg at 70% quality

$user = Skinner::user('steve');
file_put_contents('steve_skin.jpg', $user->encode('jpg', 70));

The Versions

01/08 2015

dev-master

9999999-dev

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

01/08 2015

1.1.1

1.1.1.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

01/08 2015

1.1.0

1.1.0.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

27/07 2014

0.1.0

0.1.0.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

27/07 2014

1.0.7

1.0.7.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

27/05 2014

0.0.8

0.0.8.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

27/05 2014

0.0.7

0.0.7.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

25/05 2014

0.0.6

0.0.6.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

25/05 2014

1.0.6

1.0.6.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

08/05 2014

1.0.5

1.0.5.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

06/05 2014

1.0.4

1.0.4.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

17/04 2014

1.0.3

1.0.3.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

11/04 2014

1.0.2

1.0.2.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

11/04 2014

1.0.1

1.0.1.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin

10/04 2014

v1.0.0

1.0.0.0

Library to grab those Minecraft heads and skins!

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Connor Peet

minecraft head skin