2017 © Pedro Peláez
 

library total-faker

total-faker is PHP program complex to take realistic data about peoples, Companies etc. to test your application.

image

lakremon/total-faker

total-faker is PHP program complex to take realistic data about peoples, Companies etc. to test your application.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

total-faker

Quick start

To use Total Faker to fill your database you should install it via composer., (*1)

$ composer require lakremon/total-faker

or, (*2)

$ php composer.pher require lakremon/total-faker

Depending on what framework you use, you can use different adapters for different frameworks to implement Total Faker., (*3)

Yii2
Laravel
Symfony 4
Zend Framework 3
Without framework usage

Create index.php in the root of your application with content., (*4)

<?php
require("vendor/autoload.php");
$totalFaker = \TotalFaker\TotalFaker::getWorld();

Usage

Then you can use Total Faker to model your data. First of all you should generate new world., (*5)

Plan:

  • City
  • Street
  • Building
  • Person
  • Company
  • University
  • School
  • Phone
  • Computer
  • Car

The Versions

24/07 2018

dev-master

9999999-dev https://github.com/Lakremon/total-faker

total-faker is PHP program complex to take realistic data about peoples, Companies etc. to test your application.

  Sources   Download

GPL-3.0-only

The Requires

  • php ^7.2.0

 

The Development Requires

test php faker random