PHPackages                             marabesi/silex-faker-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. marabesi/silex-faker-provider

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

marabesi/silex-faker-provider
=============================

Faker Service Provider for Silex

054PHP

Since Mar 8Pushed 9y agoCompare

[ Source](https://github.com/marabesi/silex-faker-provider)[ Packagist](https://packagist.org/packages/marabesi/silex-faker-provider)[ RSS](/packages/marabesi-silex-faker-provider/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Faker Service Provider
======================

[](#faker-service-provider)

A [Faker](https://github.com/fzaninotto/Faker) service provider for [Silex 2](http://silex.sensiolabs.org/), inspired in [EmanueleMinotto/FakerServiceProvider](https://github.com/EmanueleMinotto/FakerServiceProvider)

How to instal
-------------

[](#how-to-instal)

Install Silex using [Composer](http://getcomposer.org/). Install the FakerServiceProvider adding `marabesi/faker-service-provider` to your composer.json

```
$ composer require marabesi/faker-service-provider

```

Usage
-----

[](#usage)

```
use Marabesi\FakerServiceProvider\FakerServiceProvider;

$app['locale'] = 'it_IT';

$app->register(new FakerServiceProvider(), array(
    'faker.providers' => array(
        'CompanyNameGenerator\\FakerProvider',
       // add here the provider that you need
    ),
));
```

Start to use it

```
$app->get('/hello', function () use ($app) {
    return 'Hello ' . $app['faker']->name;
});
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/69de2ef36dc524f31c69abecc34ee2fd38126eb47184d1c07ebcc75f87a7a81c?d=identicon)[marabesi](/maintainers/marabesi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/marabesi-silex-faker-provider/health.svg)

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

###  Alternatives

[pedroborges/meta-tags

HTML meta tags generator for PHP.

4628.6k1](/packages/pedroborges-meta-tags)[indragunawan/facade-bundle

Support Facades for Symfony services.

1713.0k](/packages/indragunawan-facade-bundle)

PHPackages © 2026

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