Download the PHP package weasty/jjs-geonames-bundle without Composer
On this page you can find all versions of the php package weasty/jjs-geonames-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download weasty/jjs-geonames-bundle
More information about weasty/jjs-geonames-bundle
Files in weasty/jjs-geonames-bundle
Package jjs-geonames-bundle
Short Description GeoNames.org geographical data and associated functionality
License MIT
Informations about the package jjs-geonames-bundle
Geonames Bundle
Introduction
Provides access to the data exported by [geonames.org][1] into [symfony 2][sf2] applications.
What is [geonames.org][1]
From the geonames.org website:
The GeoNames geographical database covers all countries and contains over eight million placenames that are available for download free of charge.
When to use this bundle
Most useful application for this bundle is to normalize the geograhical information stored in your database such as Countries, States and Cities. Thanks to the extensive [geonames.org][1] data almost all cities, towns and suburbs are covered worldwide.
Features
-
Imports the following geonames.org data:
- Countries
- Timezones
- States & Provences
- Cities, Towns, Suburbs, Villages etc.
-
Provides the following data store implementations:
- Doctrine ORM
Installation
-
Install the bundle using composer:
Or add it to your
composer.json
file directly -
Add the bundle to your
AppKernel.php
sh
Run in your project root directory
app/console doctrine:migrations:migrate --configuration=vendor/jjs/geonames-bundle/JJs/GeonamesBundle/migrations.xml sh app/console geonames:load:countries sh app/console geonames:load:timezones
All countries
app/console geonames:load:localities
Subset of countries (list the desired contries as arguments)
app/console geonames:load:localities US CA
[1]: http://geonames.org
[2]: http://symfony.com
[3]: http://www.doctrine-project.org/projects/migrations.html
All versions of jjs-geonames-bundle with dependencies
weasty/jjs-common Version ~v1.0
symfony/framework-bundle Version ~2.1