ajith/php_data_faker

There is no license information available for the latest version (dev-development) of this package.

Php application that inserts fake data

dev-development 2015-04-30 09:16 UTC

This package is not auto-updated.

Last update: 2025-07-09 14:12:36 UTC


README

Run the command

> git clone -b development https://github.com/ajithsk25/php_data_faker.git ##Use php composer.phar to install the application

  1. Goto the project path in terminal and enter the command

    > php composer.phar install

  2. Create a mysql database for the project

  3. Create a table "tbl_data_faker" with columns as id,value_name,counter(import DataFaker.sql)

  4. Go to the project folder to run and enter the command

    > php app.php "hostname" "username" "password" "database" "count"