PHPackages                             lordrazen/minecraft-value - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lordrazen/minecraft-value

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lordrazen/minecraft-value
=========================

A PHP Library For the Minecraft Custom Heads Value.

v1.0.7(3mo ago)2172GPL-3.0-or-laterPHP

Since Dec 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/LordRazen/minecraft-value)[ Packagist](https://packagist.org/packages/lordrazen/minecraft-value)[ Docs](https://github.com/LordRazen/minecraft-value)[ RSS](/packages/lordrazen-minecraft-value/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Minecraft Value
===============

[](#minecraft-value)

A PHP Library about the Minecraft Custom Heads Value

Installation
------------

[](#installation)

`composer require lordrazen/minecraft-value`

How to use
----------

[](#how-to-use)

Create a new Value object:

`$value = new Value("72d03c876b9ea20ca1eb30ea631d9013b5c347d44e66ce77bd695259235e188a");`

You can pass the following to the Constructor:

- Skinfile URL:

```
72d03c876b9ea20ca1eb30ea631d9013b5c347d44e66ce77bd695259235e188a

```

- Full Skinfile URL:

```
http://textures.minecraft.net/texture/72d03c876b9ea20ca1eb30ea631d9013b5c347d44e66ce77bd695259235e188a

```

- Value (uncleaned):

```
ewogICJ0aW1lc3RhbXAiIDogMTYwNTI5Mzk3NTc3MywKICAicHJvZmlsZUlkIiA6ICI2NGM0OTk4NTY1ZGE0NDE3YjllNTBiNTA3ZmI3NGM3ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4WF9ENEFSS19LMU5HX1h4IiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI4NzZhNDlmOGE1NDIyZTUyNWI3NzgxYzkyY2ZkZDZjYzYwNmNkNTcxYWExNWRlODljZDJmZjUyNjczNWQwNTMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ

```

- Value (cleaned):

```
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjg3NmE0OWY4YTU0MjJlNTI1Yjc3ODFjOTJjZmRkNmNjNjA2Y2Q1NzFhYTE1ZGU4OWNkMmZmNTI2NzM1ZDA1MyJ9fX0=

```

The Value object automatically detects which input is given and calculate skinfileUrl, full skinfileUrl and value.

The value is refreshed! This means, if you pass an uncleaned one, you get a cleaned one in return.

If the url has not 64 characters or the value cannot be decoded or the url in there does not exist, a InvalidValueException is thrown.

The different valued can be called with the following methods:

```
$value->getUrl();
$value->getUrlFull();
$value->getValue();

```

---

[www.minecraft-heads.com](http://www.minecraft-heads.com)[![Minecraft Heads Banner](https://camo.githubusercontent.com/324933e81d15ab1dd9b452e24527b07b3eb5aa06155723880deedf1e7832c282/68747470733a2f2f696d616765732e6d696e6563726166742d68656164732e636f6d2f62616e6e6572732f6d696e6563726166742d68656164735f68616c6662616e6e65725f3233347836302e706e67)](https://camo.githubusercontent.com/324933e81d15ab1dd9b452e24527b07b3eb5aa06155723880deedf1e7832c282/68747470733a2f2f696d616765732e6d696e6563726166742d68656164732e636f6d2f62616e6e6572732f6d696e6563726166742d68656164735f68616c6662616e6e65725f3233347836302e706e67)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance81

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~217 days

Recently: every ~239 days

Total

8

Last Release

103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f55a898615f58dd74fe71e8bfc7734d419240ab06bfc91ebff8256016fcccc1d?d=identicon)[LordRazen](/maintainers/LordRazen)

---

Top Contributors

[![LordRazen](https://avatars.githubusercontent.com/u/9381368?v=4)](https://github.com/LordRazen "LordRazen (18 commits)")

---

Tags

valueminecraftHeads

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lordrazen-minecraft-value/health.svg)

```
[![Health](https://phpackages.com/badges/lordrazen-minecraft-value/health.svg)](https://phpackages.com/packages/lordrazen-minecraft-value)
```

###  Alternatives

[xpaw/php-minecraft-query

PHP library to query Minecraft servers

74299.8k3](/packages/xpaw-php-minecraft-query)[thedudeguy/rcon

Simple Rcon class for php.

16259.4k1](/packages/thedudeguy-rcon)[spirit55555/php-minecraft

Useful PHP classes for Minecraft

6823.6k](/packages/spirit55555-php-minecraft)[brysem/phpenums

Enums made simple in PHP.

10171.5k](/packages/brysem-phpenums)[jaybizzle/hasmeta

Access model meta data as if it was a property on your model

291.9k](/packages/jaybizzle-hasmeta)[space48/auto-value

Generated immutable value classes for PHP7.1+

291.6k](/packages/space48-auto-value)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
