PHPackages                             mbezhanov/faker-provider-collection - 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. mbezhanov/faker-provider-collection

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

mbezhanov/faker-provider-collection
===================================

A collection of custom providers for the Faker library

2.0.2(2y ago)2138.6M↓12.5%29[1 issues](https://github.com/mbezhanov/faker-provider-collection/issues)[1 PRs](https://github.com/mbezhanov/faker-provider-collection/pulls)20MITPHPPHP ^7.4|^8.0CI passing

Since Jun 27Pushed 3mo ago5 watchersCompare

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

READMEChangelogDependencies (3)Versions (13)Used By (20)

faker-provider-collection
=========================

[](#faker-provider-collection)

[![CircleCI](https://camo.githubusercontent.com/52a2ff8db5bd4d4084980bcb6ee645b1512c4923c72b31773a18c2b8c2033fd5/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f6d62657a68616e6f762f66616b65722d70726f76696465722d636f6c6c656374696f6e2e737667)](https://circleci.com/gh/mbezhanov/faker-provider-collection)[![Codecov](https://camo.githubusercontent.com/f92a84b8098bc6eb4d04a58f99ab8d30b00833655e834591a575a36727e3c8cc/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6d62657a68616e6f762f66616b65722d70726f76696465722d636f6c6c656374696f6e2e737667)](https://codecov.io/gh/mbezhanov/faker-provider-collection)[![Packagist](https://camo.githubusercontent.com/833fcd2ea651d8f70a5c2a6f7c050fa0d01c1a834a5722595ffa3ff69bdd803b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d62657a68616e6f762f66616b65722d70726f76696465722d636f6c6c656374696f6e2e737667)](https://packagist.org/packages/mbezhanov/faker-provider-collection)

A growing collection of useful Providers for [fakerphp/faker](https://github.com/fakerphp/faker) mostly ported to PHP from the [stympy/faker](https://github.com/stympy/faker) Ruby library.

Contents
--------

[](#contents)

1. [Installation](#installation)
2. [Basic Usage](#basic-usage)
3. [Available Formatters](#formatters)
4. [Integrations](#integrations)
5. [Contributing](#contributing)

Installation
------------

[](#installation)

```
composer require mbezhanov/faker-provider-collection
```

Basic Usage
-----------

[](#basic-usage)

You can use the `ProviderCollectionHelper` utility class to quickly add all providers to the Faker generator:

```
