PHPackages                             emanueleminotto/faker-bundle - 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. emanueleminotto/faker-bundle

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

emanueleminotto/faker-bundle
============================

Bundle for Symfony 2 providing the Faker library

1.0.1(11y ago)01.5k1[1 issues](https://github.com/EmanueleMinotto/FakerBundle/issues)MITPHP

Since Jan 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/EmanueleMinotto/FakerBundle)[ Packagist](https://packagist.org/packages/emanueleminotto/faker-bundle)[ RSS](/packages/emanueleminotto-faker-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Faker Bundle
============

[](#faker-bundle)

[![Build Status](https://camo.githubusercontent.com/8183004225b626e0ff5f4db1552e1d961d7f04ed621d83ee667cd596d959f58f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f456d616e75656c654d696e6f74746f2f46616b657242756e646c652e7376673f7374796c653d666c6174)](https://travis-ci.org/EmanueleMinotto/FakerBundle)[![SensioLabs Insight](https://camo.githubusercontent.com/18c66b558c084b655679acfa251763f1158d62f2f6e773713f9a3aeea5e956b8/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f65633861316130632d313839352d346465362d626261622d3234636531313037346538332e7376673f7374796c653d666c6174)](https://insight.sensiolabs.com/projects/ec8a1a0c-1895-4de6-bbab-24ce11074e83)[![Coverage Status](https://camo.githubusercontent.com/63cab3ba1ea16eb203737c7dadc039618ee99827c276e723d33f91dab681f6e5/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f456d616e75656c654d696e6f74746f2f46616b657242756e646c652e7376673f7374796c653d666c6174)](https://coveralls.io/r/EmanueleMinotto/FakerBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d3427431bdfb6bb61b7bb9e79b59c6ace16dff436ff819b94ba2aeacaf42c620/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f456d616e75656c654d696e6f74746f2f46616b657242756e646c652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/EmanueleMinotto/FakerBundle/)[![Total Downloads](https://camo.githubusercontent.com/84b7bbe0e6d6857865bdcb91e0ecd7b442315a0a552e2972644753b692baee8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656d616e75656c656d696e6f74746f2f66616b65722d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/emanueleminotto/faker-bundle)

Bundle for Symfony 2 providing the [Faker](https://github.com/fzaninotto/Faker) library.

API: [emanueleminotto.github.io/FakerBundle](http://emanueleminotto.github.io/FakerBundle/)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require --dev emanueleminotto/faker-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
        );

        if (...) {
            // ...
            $bundles[] = new EmanueleMinotto\FakerBundle\FakerBundle();
        }
    }
}
```

Usage
-----

[](#usage)

No more requirements, you can start using the `faker` service.

Reading:

- [Configuration Reference](https://github.com/EmanueleMinotto/FakerBundle/tree/master/Resources/doc/configuration-reference.rst)
- [Providers](https://github.com/EmanueleMinotto/FakerBundle/tree/master/Resources/doc/providers.rst)
- [Twig Extension](https://github.com/EmanueleMinotto/FakerBundle/tree/master/Resources/doc/twig.rst)

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~20 days

Total

2

Last Release

4099d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b6fbd038f22a54716027eb7ce30c6cafd8e59c138ae58b3c2516c34ccfef7f?d=identicon)[EmanueleMinotto](/maintainers/EmanueleMinotto)

---

Top Contributors

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

---

Tags

symfonybundlefaker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/emanueleminotto-faker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/emanueleminotto-faker-bundle/health.svg)](https://phpackages.com/packages/emanueleminotto-faker-bundle)
```

###  Alternatives

[ekreative/uuid-extra-bundle

Paramconverter, Normalizer and Form Type for Ramsey Uuid

18168.6k](/packages/ekreative-uuid-extra-bundle)[fsi/datagrid-bundle

FSi Datagrid Bundle

1859.8k1](/packages/fsi-datagrid-bundle)[bornfreee/tactician-domain-events-bundle

Bundle to integrate Tactician Domain Events library with Symfony project

10138.6k](/packages/bornfreee-tactician-domain-events-bundle)

PHPackages © 2026

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