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
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.
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.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 29
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-27
