Skip to content

hamiltonmascioli/php-world-cities-array

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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',
),

About

A PHP array of world cities. Based on data from geonames.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published