PHPackages                             scientificdawn/dawn-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. scientificdawn/dawn-skin-server

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

scientificdawn/dawn-skin-server
===============================

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

81PHP

Since Aug 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/LiMingYuGuang/dawn-skin-server)[ Packagist](https://packagist.org/packages/scientificdawn/dawn-skin-server)[ RSS](/packages/scientificdawn-dawn-skin-server/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dawn Skin Server
================

[](#dawn-skin-server)

[![License](https://camo.githubusercontent.com/34c9b084d8a4e67a4cb64a7214ebd359d561f06be5661c9c5a66e48a8af045cb/68747470733a2f2f706f7365722e707567782e6f72672f736369656e74696669636461776e2f6461776e2d736b696e2d7365727665722f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/scientificdawn/dawn-skin-server) [![Latest Stable Version](https://camo.githubusercontent.com/01c7b6e25c66517fe27aa9603363d9edffb7785c4d84e5676c0b80b2c6b8f377/68747470733a2f2f706f7365722e707567782e6f72672f736369656e74696669636461776e2f6461776e2d736b696e2d7365727665722f76657273696f6e3f666f726d61743d666c6174)](https://packagist.org/packages/scientificdawn/dawn-skin-server) [![](https://camo.githubusercontent.com/26dabc6161c03581b7822ca0fcb1183dfb541e794133fe99225093b8f744e4ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e352e33382b2d626c75652e737667)](https://camo.githubusercontent.com/26dabc6161c03581b7822ca0fcb1183dfb541e794133fe99225093b8f744e4ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e352e33382b2d626c75652e737667) [![](https://camo.githubusercontent.com/49fb8e640199f9ad9bb1e3b770d74dfa23f3c80f863125892a6ce09135694da8/68747470733a2f2f6170692e7472617669732d63692e6f72672f4c694d696e6759754775616e672f6461776e2d736b696e2d7365727665722e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/49fb8e640199f9ad9bb1e3b770d74dfa23f3c80f863125892a6ce09135694da8/68747470733a2f2f6170692e7472617669732d63692e6f72672f4c694d696e6759754775616e672f6461776e2d736b696e2d7365727665722e7376673f6272616e63683d6d6173746572)

超轻量的 Minecraft 皮肤站，仅仅保留最基本的功能，现在，回应您的等待。

Dawn Skin Server 基于 [XPHP](https://github.com/xtlsoft/XPHP) 与 [XDO](https://github.com/xtlsoft/XDO) 打造，无需烦琐的配置，真正做到开箱即用。

演示站点：

注意
==

[](#注意)

这仍是一个早期的测试版本，请**尽量不要用于生产环境**

环境要求
====

[](#环境要求)

- 一台支持 URL 重写并具有写入权限的服务器，Nginx、Apache 或其他
- PHP &gt;= 5.5.38（未具体测试）

服务器配置
=====

[](#服务器配置)

如果你使用 Apache 作为 web 服务器（大部分的虚拟主机），那么恭喜你，无需任何配置~

如果你使用 Nginx，请在你的 nginx.conf 中加入如下规则：

```
if (!-e $request_filename) {
    rewrite ^(.*)$ /index.php$1 last;
}

# Protect data
location ^~ /Var/ {
    deny all;
}

```

客户端配置
=====

[](#客户端配置)

目前理论支持

- [CustomSkinLoader](https://github.com/xfl03/MCCustomSkinLoader) 13.1+
    - 样例 (.minecraft/CustomSkinLoader/CustomSkinLoader.json)

    ```
    {
        "enable": true,
        "loadlist": [
            {
                "name": "ExampleDawnSkin",
                "type": "CustomSkinAPI",
                "root": "http://example-dawn-skin.com/"
            },
            {
                "name": "Mojang",
                "type": "MojangAPI"
            },
            {
                "name": "SkinMe",
                "type": "UniSkinAPI",
                "root": "http://www.skinme.cc/uniskin/"
            }
        ]
    }

    ```
- [UniSkinMod](https://github.com/RecursiveG/UniSkinMod) 1.4+
    - 样例 (.minecraft/config/UniSkinMod/UniSkinMod.json)

    ```
    {
      "rootURIs": [
        "http://www.skinme.cc/uniskin",
        "http://example-dawn-skin.com/usm",
        "http://example.com"
      ],
      "legacySkinURIs": [],
      "legacyCapeURIs": []
    }

    ```

没有支持旧版本 Mod 的计划。

版权
==

[](#版权)

Dawn Skin Server 程序是基于 GNU General Public License v3.0 开放源代码的自由软件，你可以遵照 GPLv3 协议来修改和重新发布这一程序。

程序原作者为 [@LiMingYuGuang](https://emiria.moe/)，转载请注明。

*此 README 基于 [Blessing Skin Server](https://github.com/printempw/blessing-skin-server) 的 README 修改，复制粘贴真爽*

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/98375baa9097a5fd09c8edd69a8ce03d0fcfe301d5d9ea62614fb48ce83114e1?d=identicon)[ScientificDawn](/maintainers/ScientificDawn)

---

Top Contributors

[![idawnlight](https://avatars.githubusercontent.com/u/18070833?v=4)](https://github.com/idawnlight "idawnlight (48 commits)")

### Embed Badge

![Health badge](/badges/scientificdawn-dawn-skin-server/health.svg)

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

PHPackages © 2026

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