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
Requires
- nahk/sql-pdo-class: >=1.0-dev
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
- 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"