PHPackages                             storefront/faker-minimal - 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. storefront/faker-minimal

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

storefront/faker-minimal
========================

Minimal Faker is a PHP library that generates fake data for you. It's a fork of the original Faker, but reduced in size to only include what we need.

v1.9.3(4y ago)015MITPHPPHP ^7.0 || ^8.0

Since Oct 13Pushed 4y agoCompare

[ Source](https://github.com/storefront-bvba/faker)[ Packagist](https://packagist.org/packages/storefront/faker-minimal)[ RSS](/packages/storefront-faker-minimal/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Minimal Faker - A fork of the original Faker, but reduced in size to only what we need
======================================================================================

[](#minimal-faker---a-fork-of-the-original-faker-but-reduced-in-size-to-only-what-we-need)

See the original, archived repo at:

- Our version only includes data for de\_DE, en\_GB, en\_US, fr\_FR, fr\_BE, nl\_BE and nl\_NL, the countries we work for mostly.
- Other locales have been removed.
- ORM libraries have been removed.
- PHP support for 5.x was dropped.

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Formatters](#formatters)
    - [Base](#fakerproviderbase)
    - [Lorem Ipsum Text](#fakerproviderlorem)
    - [Person](#fakerprovideren_usperson)
    - [Address](#fakerprovideren_usaddress)
    - [Phone Number](#fakerprovideren_usphonenumber)
    - [Company](#fakerprovideren_uscompany)
    - [Date and Time](#fakerproviderdatetime)
    - [Internet](#fakerproviderinternet)
    - [User Agent](#fakerprovideruseragent)
    - [Payment](#fakerproviderpayment)
    - [Color](#fakerprovidercolor)
    - [File](#fakerproviderfile)
    - [Image](#fakerproviderimage)
    - [Uuid](#fakerprovideruuid)
    - [Barcode](#fakerproviderbarcode)
    - [Miscellaneous](#fakerprovidermiscellaneous)
    - [Biased](#fakerproviderbiased)
    - [Html Lorem](#fakerproviderhtmllorem)
- [Modifiers](#modifiers)
- [Localization](#localization)
- [Seeding the Generator](#seeding-the-generator)
- [Faker Internals: Understanding Providers](#faker-internals-understanding-providers)
- [Real Life Usage](#real-life-usage)
- [Language specific formatters](#language-specific-formatters)
- [Third-Party Libraries Extending/Based On Faker](#third-party-libraries-extendingbased-on-faker)
- [License](#license)

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

[](#installation)

```
composer require storefront/faker-minimal
```

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

[](#basic-usage)

### Autoloading

[](#autoloading)

Faker supports both `PSR-0` as `PSR-4` autoloaders.

```
