PHPackages                             ielijose/laravel-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. ielijose/laravel-identicon

ActiveLibrary

ielijose/laravel-identicon
==========================

043PHP

Since Sep 11Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Identicon Wrapper for Laravel 4
===============================

[](#identicon-wrapper-for-laravel-4)

Add this to your `composer.json` and update your composer.

Add to your service provider in `app/config/app.php`

```
'Rdpascua\Identicon\IdenticonServiceProvider',

```

And add this to your facades

```
'Identicon'  => 'Rdpascua\Identicon\Facade',

```

### Usage

[](#usage)

```
//Displays and generates an image
Identicon::displayImage('foo');

//get the image data
Identicon::getImageData('bar');

//base64 image
Identicon::getImageDataUri('baz');

//You can also adjust the size of the identicon and color
Identicon::displayImage('foo', 256, 'B4D455');

```

### Credits

[](#credits)

-

### License

[](#license)

This wrapper is licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/99690755b830d02424b27de57f17a2642006f28213ad6710622a65dd3447d9ad?d=identicon)[ielijose](/maintainers/ielijose)

---

Top Contributors

[![ielijose](https://avatars.githubusercontent.com/u/2319641?v=4)](https://github.com/ielijose "ielijose (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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