PHPackages                             minotar/minotar-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. minotar/minotar-php

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

minotar/minotar-php
===================

PHP package for displaying and caching minotars!

0.0.1(12y ago)4722MITPHPPHP &gt;=5.3.0

Since Mar 8Pushed 12y ago3 watchersCompare

[ Source](https://github.com/minotar/minotar-php)[ Packagist](https://packagist.org/packages/minotar/minotar-php)[ RSS](/packages/minotar-minotar-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

\#Minotar-PHP

[![Build Status](https://camo.githubusercontent.com/a1c153de6375736b9e70178b17a0f43a3040ac7c0ea60033ebf236ce73a49dd4/68747470733a2f2f7472617669732d63692e6f72672f6d696e6f7461722f6d696e6f7461722d7068702e706e67)](https://travis-ci.org/minotar/minotar-php)[![Coverage Status](https://camo.githubusercontent.com/beca9021ab059701e929a6222107181ee4b4c8d637e26a42efae7c2159dd3cfa/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d696e6f7461722f6d696e6f7461722d7068702f62616467652e706e67)](https://coveralls.io/r/minotar/minotar-php)

As much as we'd like it to be, if you've used Minotar for a length of time, you'll know that it isn't the most reliable service, out-of-the-box. After all, it is a free service, and is used by some of the most popular Minecraft sites on the net, so it takes a good bit of load.

This is a nice, not-too fussy package for handling the display of Minotars on your site with caching, so that whenever your site is up, you should be able to display Minotars.

\###Installation

This comes as a [Composer](https://getcomposer.org/doc/00-intro.md) package. Composer is an awesome tool for managing your dependencies in PHP projects; you should definitely start using it, if you aren't already! Simply adding the follow lines to your composer.json...

```
    "require": {
        "minotar/minotar-php": "dev-master",
    },

```

Example
-------

[](#example)

This is a basic example, showing how one would cache Minotars to your server, and define a page to serve them off of.

#### minotar.php

[](#minotarphp)

```
