Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-identicon maintained by lshorz

Description
Laravel identicon Package
Author
Last update
2021/06/03 09:15 (dev-master)
License
Downloads
15

Comments
comments powered by Disqus

Laraver Identicon

Create identcion avatar for Laravel

perview

Preview

Installation

$ composer require "lshorz/laravel-identicon":"dev-master"

Example

Display image

Identicon::identiconImage('user');

or use helper

identicon_image('Hello');
identicon_base64('username', 200);

Get the base64 uri

<img src="{!! Identicon::identiconBase64('user', 120, '#FFFFFF', 0.08) !!}" />