PHPackages                             espero-soft/faker - 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. espero-soft/faker

ActiveLibrary

espero-soft/faker
=================

Faker is a PHP library that generates fake data for you.

01.5kPHP

Since Oct 6Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Faker
=====

[](#faker)

Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking HTML documents, fill in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.

It's heavily inspired by Perl's [Data::Faker](https://metacpan.org/pod/Data::Faker) and by Ruby's [Faker](https://rubygems.org/gems/faker).

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

Faker requires PHP &gt;= 7.1.

```
composer require espero-soft/faker:dev-master
```

### Documentation

[](#documentation)

For detailed usage instructions and a comprehensive list of available methods, please refer to the official documentation.

### Basic Usage

[](#basic-usage)

To get started with Faker, create a Faker generator instance and use its methods to generate various types of fake data:

```
