monsterid

MonsterID adaptation for Composer and modern PHP versions

MIT License

Downloads
179
Stars
29
Committers
1

= MonsterID

:DonPark: http://www.docuverse.com/blog/donpark/2007/01/18/visual-security-9-block-ip-identification :CombinatoricCritters: http://www.levitated.net/bones/walkingFaces/index.html

link:https://packagist.org/packages/arokettu/monsterid[image:https://img.shields.io/packagist/v/arokettu/monsterid.svg?style=flat-square[Packagist]] link:https://packagist.org/packages/arokettu/monsterid[image:https://img.shields.io/packagist/php-v/arokettu/monsterid.svg?style=flat-square[PHP]] link:https://opensource.org/licenses/MIT[image:https://img.shields.io/github/license/arokettu/monsterid.svg?style=flat-square[license]] link:https://gitlab.com/sandfox/monsterid/-/pipelines[image:https://img.shields.io/gitlab/pipeline/sandfox/monsterid/master.svg?style=flat-square[Gitlab pipeline status]] link:https://codecov.io/gl/sandfox/monsterid/[image:https://img.shields.io/codecov/c/gl/sandfox/monsterid?style=flat-square[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.

image:docs/images/example.png[Monster Example]

MonsterID was inspired by a post by link:{DonPark}[Don Park] and the link:{CombinatoricCritters}[Combinatoric Critters].

== Installation

Install it with Composer

[source,bash]

composer require 'arokettu/monsterid'

== Usage

[source,php]