Download the PHP package bordeux/geoname-bundle without Composer
On this page you can find all versions of the php package bordeux/geoname-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bordeux/geoname-bundle
More information about bordeux/geoname-bundle
Files in bordeux/geoname-bundle
Package geoname-bundle
Short Description Symfony GeoNameBundle
License MIT
Homepage https://github.com/bordeux/geoname-bundle
Informations about the package geoname-bundle
Geonames Bundle
Introduction
Provides access to the data exported by GeoNames.org into Symfony 5, 6 applications. Starting version 3.0 this library supporting only PostgreSQL database.
What is geonames.org
From the geonames.org website:
The GeoNames geographical database covers all countries and contains over eight million place names 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 data almost all cities, towns and suburbs are covered worldwide.
Features
-
Imports the following geonames.org data:
- Countries
- Timezones
- States & Provinces
- Cities, Towns, Suburbs, Villages etc.
-
Provides the following data store implementations:
- Doctrine ORM
Installation
-
Install the bundle using composer:
-
Add the bundle to your
AppKernel.php
sh php bin/console doctrine:schema:update --force sh php bin/console bordeux:geoname:import --env=prod
How to run tests?
Just run: docker-compose -f docker-compose.tests.yml up
All versions of geoname-bundle with dependencies
ext-zip Version *
doctrine/annotations Version ^1.0
doctrine/doctrine-bundle Version ^2.0
guzzlehttp/guzzle Version ^6.0 || ^7.0
symfony/console Version ^5.4 || ^6.0