PHPackages                             autaut03/faker-adorable-avatars - 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. autaut03/faker-adorable-avatars

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

autaut03/faker-adorable-avatars
===============================

api.adorable.io avatars provider for PHP Faker

1.0.0(7y ago)0213MITPHPPHP &gt;=7.0

Since Jan 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/autaut03/faker-adorable-avatars)[ Packagist](https://packagist.org/packages/autaut03/faker-adorable-avatars)[ RSS](/packages/autaut03-faker-adorable-avatars/feed)WikiDiscussions master Synced yesterday

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

Faker adorable avatars
======================

[](#faker-adorable-avatars)

Step 1. Register Laravel service provider
-----------------------------------------

[](#step-1-register-laravel-service-provider)

If you don't use Laravel, don't worry; it's optional, go to the next step. But if you do, and you have auto-discovery enabled (it is by default), then you can skip Step 2 and go right to step 3. If you don't have auto-discovery on, then register `AlexWells\FakerAdorableAvatars\FakerAdorableLaravelProvider` provider either in your `config/app.php`'s `providers`section, or in another service provider.

Step 2. Add provider to Faker
-----------------------------

[](#step-2-add-provider-to-faker)

Follow [this](https://github.com/fzaninotto/Faker#faker-internals-understanding-providers) to add `AlexWells\FakerAdorableAvatars\Adorable` class to your Faker providers.

Step 3. Usage
-------------

[](#step-3-usage)

Generates avatar link. Usually unique, but this is not guaranteed. Optionally, you can provide an ID to use for that avatar:

```
adorableAvatar(string $id = null, int $size = 300, $pngSuffix = false): string
// https://api.adorable.io/avatars/100/YXu76qFf3rRODZWWFmoYEnzvxRMGTjKx

```

Generates avatar ID. This is the method used in case no ID is provided to `adorableAvatar` method. Just a simple string generator. Does not guarantee the string is unique.

```
adorableAvatarId(int $length = 32): string
// YXu76qFf3rRODZWWFmoYEnzvxRMGTjKx

```

More information on those methods is available inside `Adorable` class.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2662d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10583125?v=4)[Oleksandr Prypkhan](/maintainers/autaut03)[@autaut03](https://github.com/autaut03)

---

Top Contributors

[![autaut03](https://avatars.githubusercontent.com/u/10583125?v=4)](https://github.com/autaut03 "autaut03 (3 commits)")

---

Tags

fakeravatar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/autaut03-faker-adorable-avatars/health.svg)

```
[![Health](https://phpackages.com/badges/autaut03-faker-adorable-avatars/health.svg)](https://phpackages.com/packages/autaut03-faker-adorable-avatars)
```

###  Alternatives

[bheller/images-generator

Generator of placeholder images for Faker

573.1M3](/packages/bheller-images-generator)[hydreflab/jedi-faker

Faker extension for Star Wars junkie

1429.5k1](/packages/hydreflab-jedi-faker)[emanueleminotto/faker-placehold-it-provider

placehold.it provider for Faker

1423.5k1](/packages/emanueleminotto-faker-placehold-it-provider)[andrefigueira/blog-article-faker

Generate random blog article titles and content (including markdown) using faker

1415.0k](/packages/andrefigueira-blog-article-faker)[gourmet/faker

Faker support for CakePHP 3

189.3k1](/packages/gourmet-faker)[skovachev/fakefactory

A model factory package for Laravel 4 with expressive API for creating custom tailored dummy objects

291.1k](/packages/skovachev-fakefactory)

PHPackages © 2026

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