PHPackages                             laravels/faker-robohash-provider - 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. laravels/faker-robohash-provider

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

laravels/faker-robohash-provider
================================

RoboHash provider for Faker

025PHP

Since Mar 11Pushed 4y agoCompare

[ Source](https://github.com/laravels/RoboHashProvider)[ Packagist](https://packagist.org/packages/laravels/faker-robohash-provider)[ RSS](/packages/laravels-faker-robohash-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

RoboHashProvider
================

[](#robohashprovider)

==================

[![Build Status](https://camo.githubusercontent.com/2a00b0adda62dd0605f31c90038faae384a52b49d83fca50fa71c94c0a8631a4/68747470733a2f2f7472617669732d63692e6f72672f6464696562656c2f526f626f4861736850726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ddiebel/RoboHashProvider)[![codecov.io](https://camo.githubusercontent.com/147ddd2d1f4669214dbc8b3ebdcb27989ff58876137015887c6c734aa1b680c5/68747470733a2f2f636f6465636f762e696f2f6769746875622f6464696562656c2f526f626f4861736850726f76696465722f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/ddiebel/RoboHashProvider?branch=master)

[robohash.org](http://robohash.org) provider for [Faker](https://github.com/fzaninotto/Faker).

Install
-------

[](#install)

Install RoboHashProvider via [Composer](http://getcomposer.org/).

```
$ composer require laravels/faker-robohash-provider

```

Howto use
---------

[](#howto-use)

```
$faker = Faker\Factory::create();
$faker->addProvider(new Phpmedia\RoboHashProvider($faker));

// normal roboter-avatar
$avatarUrl = $faker->avatarUrl('100x100','dummy'); // http://robohash.org/dummy.png?size=100x100
$avatarUrl = $faker->avatarUrl('50x50','dummy2','gif'); // http://robohash.org/dummy2.gif?size=50x50

// roboter-avatar from set 2 with background 1
$avatarUrl = $faker->avatarUrl('100x100', 'dummy', 'gif', 'set2', 'bg1') // http://robohash.org/dummy.gif?size=100x100&set=set2&bgset=bg1
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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/e59629a214967abe692d39088636da637b882462c5c6c427730b5a3d52d30399?d=identicon)[laravels](/maintainers/laravels)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/laravels-faker-robohash-provider/health.svg)

```
[![Health](https://phpackages.com/badges/laravels-faker-robohash-provider/health.svg)](https://phpackages.com/packages/laravels-faker-robohash-provider)
```

###  Alternatives

[ammadeuss/laravel-html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package

37365.0k1](/packages/ammadeuss-laravel-html-dom-parser)

PHPackages © 2026

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