PHPackages                             lantern-lighthouse/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. [HTTP &amp; Networking](/categories/http)
4. /
5. lantern-lighthouse/identicon

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lantern-lighthouse/identicon
============================

Avatar generation library

1.1.5(3mo ago)03GPL-3.0PHPPHP &gt;=8.1

Since Feb 1Pushed 3mo agoCompare

[ Source](https://github.com/Lantern-Lighthouse/Identicon)[ Packagist](https://packagist.org/packages/lantern-lighthouse/identicon)[ RSS](/packages/lantern-lighthouse-identicon/feed)WikiDiscussions The-Unrecognized Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Identicon
=========

[](#identicon)

A lightweight PHP library for generating user avatars based on username.

Installation
------------

[](#installation)

```
composer require lantern-lighthouse/identicon
```

Usage
-----

[](#usage)

### Image Generating

[](#image-generating)

```
use Identicon\Identicon;

// Simple image generation
Identicon::generateFromString("Bub fix");

// Imgage generation with more parameters (..., image size, inner grid size/level of detail)
Identicon::generateFromString("Bub fix", 64, 2);
```

### Avatar Rendering

[](#avatar-rendering)

```
// Generate 200x200 image with level of detail = 5
Identicon::outputImage("Bub fix");
```

Requirements
------------

[](#requirements)

- PHP 8.1 or higher

License
-------

[](#license)

GPL-3.0 License

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance80

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6994507899977022c6bb461bbc6b24b2f5ec1f63cf0065c35834b3aefa5dedf?d=identicon)[pisekpiskovec](/maintainers/pisekpiskovec)

---

Top Contributors

[![pisekpiskovec](https://avatars.githubusercontent.com/u/77384152?v=4)](https://github.com/pisekpiskovec "pisekpiskovec (2 commits)")

---

Tags

httpavatar

### Embed Badge

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

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

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.0B3.2k](/packages/guzzlehttp-psr7)[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k692.9M1.9k](/packages/psr-http-factory)[php-http/httplug

HTTPlug, the HTTP client abstraction for PHP

2.6k307.6M679](/packages/php-http-httplug)[psr/http-client

Common interface for HTTP clients

1.7k680.7M2.1k](/packages/psr-http-client)[symfony/http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

2.0k314.0M3.4k](/packages/symfony-http-client)

PHPackages © 2026

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