PHPackages                             kevindierkx/huevatar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kevindierkx/huevatar

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

kevindierkx/huevatar
====================

Fetch a predefined class based on the provided email.

0.1.0(11y ago)0113PHPPHP &gt;=5.4.0

Since Dec 29Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Huevatar
--------

[](#huevatar)

Fetch a predefined identifier based on the provided email.

### Installation

[](#installation)

To install this package you will need:

- Laravel 4.2+
- PHP 5.4

You must then modify your composer.json file and run composer update to include the latest version of the package in your project.

```
"require": {
    "kevindierkx/huevatar": "0.1.*"
}
```

Or you can run the composer require command from your terminal.

```
composer require kevindierkx/huevatar:0.1.*
```

Once the package is installed you need to open `app/config/app.php` and register the required service provider.

```
'providers' => [
    'Kevindierkx\Huevatar\HuevatarServiceProvider'
]
```

Optionaly you can add the following line to your aliases.

```
'aliases' => [
    'Huevatar'          => 'Kevindierkx\Huevatar\Huevatar',
]
```

### Configuration

[](#configuration)

Run the following command to publish the package configuration.

```
php artisan config:publish kevindierkx/huevatar
```

### Usage

[](#usage)

To fetch an identifier.

```
Huevatar::getColor('email@example.com');
```

### Credits

[](#credits)

- [Kevin Dierkx](https://github.com/kevindierkx)

### License

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/kevindierkx/elicit/blob/master/LICENSE) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4149d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

kevindierkxhuevatar

### Embed Badge

![Health badge](/badges/kevindierkx-huevatar/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M210](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M858](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

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