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

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

phpmedia/faker-robohash-provider
================================

RoboHash provider for Faker

091PHP

Since Mar 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ddiebel/RoboHashProvider)[ Packagist](https://packagist.org/packages/phpmedia/faker-robohash-provider)[ RSS](/packages/phpmedia-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 phpmedia/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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/52b57d9b3bbf577950e7f505fa4275467468aaa41c715de58e21f4ce8c7656d4?d=identicon)[phpmedia](/maintainers/phpmedia)

### Embed Badge

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

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

###  Alternatives

[responsiv/currency-plugin

Currency plugin for October CMS

171.3k1](/packages/responsiv-currency-plugin)

PHPackages © 2026

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