Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 633 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 633 Bytes

PHP World Cities Array

Based on data from http://geonames.org

This file is released under the same license as the original datasource from http://geonames.org - Creative Commons Attribution 3.0

This file is large. It is recommended to be used as a datasource for bootstrapping your own city database within a more appropriate datastore. You will likely need to increase the PHP memory limit in order to use this file.

Sample array element structure

array (
  'city' => 'Sant Julià de Lòria',
  'region' => '06',
  'country' => 'AD',
  'latitude' => '42.46372',
  'longitude' => '1.49129',
),