PHPackages                             kregel/identicon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kregel/identicon

ActiveLibrary

kregel/identicon
================

v1.0.3(9y ago)4371PHPPHP &gt;=5.4.0

Since Oct 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/austinkregel/laravel-identicon)[ Packagist](https://packagist.org/packages/kregel/identicon)[ RSS](/packages/kregel-identicon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

[![downloads](https://camo.githubusercontent.com/4d44c7f30e9b30a680998bafeae33ab3f338b691e0d5cfaa4f3e869c8b09bb84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b726567656c2f6964656e7469636f6e2e737667)](https://packagist.org/packages/kregel/identicon)

What is it?
===========

[](#what-is-it)

This is a Laravel wrapper for the [identicon package](https://github.com/yzalis/identicon) written by [yzalis](https://github.com/yzalis). This package comes equipped a custom identicons named route for easy profile image redering. The custom route can be accessed using a named route or by going to `http://YOURDOMAIN.TLD/identicon/d/STRING` where the string is whatever you want...

```
route('identicon::main', [
    'YOUR STRING HERE',
    'SIZE (optional)',
    'TEXT_COLOR (optional)',
    'BACKGROUND_COLOR (optional)'
]);
```

How to set up.
==============

[](#how-to-set-up)

1. `composer require kregel/identicon`or add `"kregel/identicon":"dev-master"` to your composer.json file, just be sure to use `composer update` with that statement, or if you haven't build your dependancies use `composer install` instead.
2. Register the service provider with your `config/app.php` file

```
'providers' => [
  ...,
  Kregel\Identicon\IdenticonServiceProvider::class,
  ...,
]
```

3. Add the alias to your `config/app.php` file

```
'aliases' => [
  ...,
  'Identicon' => Kregel\Identicon\Facades\Identicon::class,
  ...,
]
```

Use it!
-------

[](#use-it)

I use this method (similar to Gravatar)

```

```

Questions?
==========

[](#questions)

Email me (my email is on [my github page](http://github.com/austinkregel)), or you can drop an issue. :)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~120 days

Total

4

Last Release

3507d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c5c1ee0adf552aec8a54c1760dd99c4d1b90c0360dccafeef849a14ff37f706?d=identicon)[austinkregel](/maintainers/austinkregel)

---

Top Contributors

[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (37 commits)")[![codyphobe](https://avatars.githubusercontent.com/u/207072?v=4)](https://github.com/codyphobe "codyphobe (1 commits)")

---

Tags

laravelidenticonidenticons

### Embed Badge

![Health badge](/badges/kregel-identicon/health.svg)

```
[![Health](https://phpackages.com/badges/kregel-identicon/health.svg)](https://phpackages.com/packages/kregel-identicon)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[glhd/linen

21135.6k](/packages/glhd-linen)[irazasyed/laravel-identicon

Laravel Identicon Package

2329.5k1](/packages/irazasyed-laravel-identicon)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
