Uses a geocoding provider like Google Maps API to run scripts which:
- parse a CSV file
- store original and geocoded data in separate tables
- Change to this directory
cd php-geocode-csv
composer install
- Create a database table
- Copy
.env.example
and to.env
and add database and local server info variables
Get a Google Maps API key at Google Cloud Console and add to .env
file.
- Run
php run.php
.