PHPackages                             fauxify/fauxify - 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. fauxify/fauxify

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

fauxify/fauxify
===============

A library for php to seed fake data

1.1.0(2y ago)2391[1 PRs](https://github.com/sgrgug/fauxify/pulls)MITPHP

Since Jan 29Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (13)Used By (0)

Fauxify
=======

[](#fauxify)

Fauxify is a PHP library designed for developers to generate synthetic data efficiently. It simplifies the creation of realistic fake data for database testing and development, offering a user-friendly alternative similar to FakerPHP. With a range of predefined data providers and customization options.

Authors
-------

[](#authors)

- [@sgrgug](https://www.github.com/sgrgug)

Features
--------

[](#features)

- Generate a wide range of data types, including names, addresses, emails, and more.
- Support for generating data in two languages and locales \['Nep' | 'Eng'\].
- Seamlessly populate various database systems with synthetic data.
- Integration with popular PHP frameworks for convenient data seeding.

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

[](#installation)

Install with Composer

```
  composer require fauxify/fauxify
```

Basic Usage/Example
-------------------

[](#basic-usageexample)

```
