All Projects → arokettu → monsterid

arokettu / monsterid

Licence: MIT license
MonsterID adaptation for Composer and modern PHP versions

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to monsterid

monsterid
Node.js porting of the original PHP library
Stars: ✭ 15 (-25%)
Mutual labels:  avatar, avatar-generator, monsterid
monsterID
The original MonsterID implementation
Stars: ✭ 56 (+180%)
Mutual labels:  avatar, avatar-generator, monsterid
react-nice-avatar
react library for generating avatar
Stars: ✭ 700 (+3400%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
boring-avatars
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
Stars: ✭ 3,582 (+17810%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-25%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (+55%)
Mutual labels:  avatar, avatar-generator
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (+20%)
Mutual labels:  avatar, avatar-generator
Avataaars Generator
Simple generator React app for avataaars
Stars: ✭ 2,078 (+10290%)
Mutual labels:  avatar, avatar-generator
Gravatar
👤 Gravatar Helper & Generator (Laravel supported)
Stars: ✭ 19 (-5%)
Mutual labels:  avatar, monsterid
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (+0%)
Mutual labels:  avatar, avatar-generator
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (+205%)
Mutual labels:  avatar-generator, avatar-placeholder
avatarcropper
Simple quick avatar cropper!
Stars: ✭ 45 (+125%)
Mutual labels:  avatar, avatar-generator
github-avatar-generator
Generate github-style avatar with java awt
Stars: ✭ 37 (+85%)
Mutual labels:  avatar, avatar-generator
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+345%)
Mutual labels:  avatar, avatar-generator
icodi
Deterministic Random SVG Icon Generator
Stars: ✭ 18 (-10%)
Mutual labels:  avatar-generator, avatar-placeholder
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-5%)
Mutual labels:  avatar, avatar-placeholder
ProjectKorra
The Official Plugin for ProjectKorra.
Stars: ✭ 65 (+225%)
Mutual labels:  avatar
vue-letter-avatar
A simple and elegant letter avatar component for vue.js
Stars: ✭ 62 (+210%)
Mutual labels:  avatar
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (+280%)
Mutual labels:  avatar
vue-avatar-editor
Avatar editor for Vue.js. Demo on : https://fpluquet.github.io/vue-avatar-editor/
Stars: ✭ 85 (+325%)
Mutual labels:  avatar

MonsterID

Packagist 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 'sandfoxme/monsterid:^2.1'
Warning
Version 2.0.0 uses bad random generation and therefore is not recommended

Usage

<?php

use function SandFox\MonsterID\build_monster;

header('Content-type: image/png');
echo build_monster('[email protected]', 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].