ajith / php_data_faker
Php application that inserts fake data
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ajith/php_data_faker
Requires
- nahk/sql-pdo-class: >=1.0-dev
This package is not auto-updated.
Last update: 2025-12-24 16:25:47 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"