PHPackages                             bs-community/blessing-skin-server - 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. bs-community/blessing-skin-server

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

bs-community/blessing-skin-server
=================================

A web application brings your custom skins back in offline Minecraft servers.

6.0.2(4y ago)1.0k9156[22 issues](https://github.com/bs-community/blessing-skin-server/issues)[3 PRs](https://github.com/bs-community/blessing-skin-server/pulls)MITPHPPHP &gt;=8.0.2CI passing

Since Jul 29Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/bs-community/blessing-skin-server)[ Packagist](https://packagist.org/packages/bs-community/blessing-skin-server)[ Fund](https://afdian.net/@blessing-skin)[ RSS](/packages/bs-community-blessing-skin-server/feed)WikiDiscussions dev Synced 3w ago

READMEChangelog (10)Dependencies (32)Versions (79)Used By (0)

- [简体中文](./README-zh.md)
- **English**

[![](https://media.githubusercontent.com/media/bs-community/logo/main/logo.png)](https://media.githubusercontent.com/media/bs-community/logo/main/logo.png)

[![GitHub Workflow Status](https://camo.githubusercontent.com/2ae12390fbccab6d90d70524e84a47d316c9cfb78c852f8824b021490d8e5725/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62732d636f6d6d756e6974792f626c657373696e672d736b696e2d7365727665722f43492e796d6c3f6272616e63683d646576267374796c653d666c61742d737175617265)](https://github.com/bs-community/blessing-skin-server/actions)[![Codecov](https://camo.githubusercontent.com/1c845e293d12bf6432bcd43efefa702a9ef103d29192925d3ab53e00e343d7f0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f62732d636f6d6d756e6974792f626c657373696e672d736b696e2d7365727665723f7374796c653d666c61742d737175617265)](https://codecov.io/gh/bs-community/blessing-skin-server)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/0985badcbe0a927605bc8ad8b3a2ac443b800110db3d0c79e21d1dabc1c8df19/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f62732d636f6d6d756e6974792f626c657373696e672d736b696e2d7365727665723f696e636c7564655f70726572656c6561736573267374796c653d666c61742d737175617265)](https://github.com/bs-community/blessing-skin-server/releases)[![GitHub](https://camo.githubusercontent.com/89833639c762347a3b035491408112a47f4000760f52732e071b294940c2f2c8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62732d636f6d6d756e6974792f626c657373696e672d736b696e2d7365727665723f7374796c653d666c61742d737175617265)](https://github.com/bs-community/blessing-skin-server/blob/master/LICENSE)[![Discord](https://camo.githubusercontent.com/d1f01177db6062417fd9dc0b86f86560c1a18a4d1355297a5876d571646d0a0f/68747470733a2f2f646973636f72642e636f6d2f6170692f6775696c64732f3736313232363535303932313635383338302f7769646765742e706e67)](https://discord.com/invite/QAsyEyt)

Puzzled by losing your custom skins in Minecraft servers runing in offline mode? Now you can easily get them back with the help of Blessing Skin!

Blessing Skin is a web application where you can upload, manage and share your custom skins &amp; capes! Unlike modifying a resource pack, everyone in the game will see the different skins of each other (of course they should register at the same website too).

Blessing Skin is an open-source project written in PHP, which means you can deploy it freely on your own web server!

Features
--------

[](#features)

- A fully functional skin hosting service
- Multiple player names can be owned by one user on the website
- Share your skins and capes online with skin library!
- Easy-to-use
    - Visual page for user/player/texture management
    - Detailed option pages
    - Many tweaks for a better UI/UX
- Security
    - Support many secure password hash algorithms
    - Email verification for registration
    - Score system for preventing evil requests
- Incredibly extensible
    - Plenty of plugins available
    - Integration with Authme/Discuz (available as plugin)
    - Support custom Yggdrasil API authentication (available as plugin)

Requirements
------------

[](#requirements)

Blessing Skin has only a few system requirements. In most cases, these PHP extensions are already enabled.

- Web server with URL rewriting enabled (Nginx or Apache)
- PHP &gt;= 8.1.0
- PHP Extensions
    - OpenSSL &gt;= 1.1.1 (TLS 1.3)
    - PDO
    - Mbstring
    - Tokenizer
    - GD
    - XML
    - Ctype
    - JSON
    - fileinfo
    - zip
    - Imagick

Quick Install
-------------

[](#quick-install)

Please read [Installation Guide](https://blessing.netlify.app/en/setup.html).

Plugin System
-------------

[](#plugin-system)

Blessing Skin provides an elegant and powerful plugin system, and you can attach plenty of functions and customization to your site via installing plugins.

Build From Source
-----------------

[](#build-from-source)

Please refer to [Manual Build](https://blessing.netlify.app/build.html).

Internationalization
--------------------

[](#internationalization)

Blessing Skin supports multiple languages, while currently supporting English, Simplified Chinese and Spanish.

If you are willing to contribute your translation, welcome to join [our Crowdin project](https://crowdin.com/project/blessing-skin).

Report Bugs
-----------

[](#report-bugs)

Read [FAQ](https://blessing.netlify.app/faq.html) and double check if your situation doesn't suit any case mentioned there before reporting.

When reporting a problem, please attach your log file (located at `storage/logs/laravel.log`) and the information of your server where the error occured on. You should also read this [guide](https://blessing.netlify.app/report.html) before reporting a problem.

Related Links
-------------

[](#related-links)

- [User Manual](https://blessing.netlify.app/en/)
- [Plugins Development Documentation](https://bs-plugin.netlify.app/)

Copyright &amp; License
-----------------------

[](#copyright--license)

MIT License

Copyright (c) 2016-present The Blessing Skin Team

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance55

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community29

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 62.3% 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 ~29 days

Recently: every ~48 days

Total

75

Last Release

1463d ago

Major Versions

v3.5.0 → v4.0.0-alpha.12019-03-15

4.4.0 → 5.0.0-beta.12019-09-13

v5.x-dev → 6.0.0-beta.12021-02-15

PHP version history (7 changes)v3.0PHP &gt;=5.5.9

v3.2PHP ^5.5.9

v4.0.0-alpha.1PHP &gt;=7.1.8

5.0.0-beta.1PHP &gt;=7.2.0

5.0.0-beta.4PHP &gt;=7.2.5

6.0.0-beta.1PHP &gt;=7.4.0

6.0.0-rc.1PHP &gt;=8.0.2

### Community

Maintainers

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

---

Top Contributors

[![g-plane](https://avatars.githubusercontent.com/u/17216317?v=4)](https://github.com/g-plane "g-plane (2117 commits)")[![prinsss](https://avatars.githubusercontent.com/u/11206497?v=4)](https://github.com/prinsss "prinsss (1108 commits)")[![mochaaP](https://avatars.githubusercontent.com/u/21154023?v=4)](https://github.com/mochaaP "mochaaP (54 commits)")[![tnqzh123](https://avatars.githubusercontent.com/u/16630630?v=4)](https://github.com/tnqzh123 "tnqzh123 (36 commits)")[![Asnxthaony](https://avatars.githubusercontent.com/u/12845643?v=4)](https://github.com/Asnxthaony "Asnxthaony (34 commits)")[![yushijinhun](https://avatars.githubusercontent.com/u/8373027?v=4)](https://github.com/yushijinhun "yushijinhun (29 commits)")[![xfl03](https://avatars.githubusercontent.com/u/3205159?v=4)](https://github.com/xfl03 "xfl03 (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![dz-paji](https://avatars.githubusercontent.com/u/19299425?v=4)](https://github.com/dz-paji "dz-paji (2 commits)")[![Jerry12228](https://avatars.githubusercontent.com/u/86408775?v=4)](https://github.com/Jerry12228 "Jerry12228 (1 commits)")[![lzjluzijie](https://avatars.githubusercontent.com/u/7992620?v=4)](https://github.com/lzjluzijie "lzjluzijie (1 commits)")[![MoeCinnamo](https://avatars.githubusercontent.com/u/101342651?v=4)](https://github.com/MoeCinnamo "MoeCinnamo (1 commits)")[![SANYE-CH](https://avatars.githubusercontent.com/u/122528746?v=4)](https://github.com/SANYE-CH "SANYE-CH (1 commits)")[![timgiroux](https://avatars.githubusercontent.com/u/40814794?v=4)](https://github.com/timgiroux "timgiroux (1 commits)")[![bingling-sama](https://avatars.githubusercontent.com/u/65523047?v=4)](https://github.com/bingling-sama "bingling-sama (1 commits)")[![xtlsoft](https://avatars.githubusercontent.com/u/16159830?v=4)](https://github.com/xtlsoft "xtlsoft (1 commits)")[![graytoowolf](https://avatars.githubusercontent.com/u/57069542?v=4)](https://github.com/graytoowolf "graytoowolf (1 commits)")[![azure-pipelines[bot]](https://avatars.githubusercontent.com/in/9426?v=4)](https://github.com/azure-pipelines[bot] "azure-pipelines[bot] (1 commits)")[![gxres042](https://avatars.githubusercontent.com/u/53113178?v=4)](https://github.com/gxres042 "gxres042 (1 commits)")[![hilookas](https://avatars.githubusercontent.com/u/15031653?v=4)](https://github.com/hilookas "hilookas (1 commits)")

---

Tags

laravelminecraft

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bs-community-blessing-skin-server/health.svg)

```
[![Health](https://phpackages.com/badges/bs-community-blessing-skin-server/health.svg)](https://phpackages.com/packages/bs-community-blessing-skin-server)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M518](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M462](/packages/pimcore-pimcore)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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