承接 arokettu/monsterid 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

arokettu/monsterid

最新稳定版本:4.1.1

Composer 安装命令:

composer require arokettu/monsterid

包简介

MonsterID is a method to generate a unique monster image based upon a certain identifier (IP address, email address, whatever). It can be used to automatically provide personal avatar images in blog comments or other community services.

README 文档

README

Packagist PHP license Gitlab pipeline status Codecov

MonsterID is a method to generate a unique monster image based upon a certain identifier (IP address, email address, whatever). It can be used to automatically provide personal avatar images in blog comments or other community services.

Monster Example

MonsterID was inspired by a post by Don Park and the Combinatoric Critters.

Installation

Install it with Composer

composer require 'arokettu/monsterid'

Usage

<?php use function Arokettu\MonsterID\build_monster; header('Content-type: image/png'); echo build_monster('sandfox@sandfox.me', 150);

Read full documentation here: https://sandfox.dev/php/monsterid.html

Also on Read the Docs: https://monsterid.readthedocs.io/

License

All graphics were created by Andreas Gohr. The source code and the graphics are provided under the MIT License.

Upgraded and maintained by Anton "Sand Fox" Smirnov.

Original implementation can be found here.

统计信息

  • 总下载量: 5.84k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 29
  • 点击次数: 8
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 29
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04