Run the command
> git clone -b development https://github.com/ajithsk25/php_data_faker.git
##Use php composer.phar to install the application
- Goto the project path in terminal and enter the command
> php composer.phar install - Create a mysql database for the project
- Create a table "tbl_data_faker" with columns as id,value_name,counter(import DataFaker.sql)
- Go to the project folder to run and enter the command
> php app.php "hostname" "username" "password" "database" "count"