survos / location-bundle
Use Geonames to in an application
Package info
github.com/survos/LocationBundle
Type:symfony-bundle
pkg:composer/survos/location-bundle
Fund package maintenance!
Requires
- php: ^8.4
- doctrine/orm: ^3.3
- doctrine/persistence: ^4.1
- symfony/console: ^7.4||^8.0
- symfony/doctrine-bridge: ^7.4||^8.0
- symfony/flex: ^2.0
- symfony/form: ^7.4||^8.0
- symfony/framework-bundle: ^7.4||^8.0
- symfony/validator: ^7.4||^8.0
- symfony/yaml: ^7.4||^8.0
Requires (Dev)
- api-platform/core: ^4.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12
- stof/doctrine-extensions-bundle: ^1.14
- symfony/phpunit-bridge: ^7.4||^8.0
- symplify/config-transformer: ^12.4
This package is auto-updated.
Last update: 2026-05-03 15:29:55 UTC
README
The SurvosLocationBundle uses the data from https://download.geonames.org/export/dump/ to create a Nested Tree with location data.
composer req survos/location-bundle
Features include:
- ...
Documentation
The source of the documentation is stored in the Resources/doc/ folder
in this bundle:
Installation
All the installation instructions are located in the documentation.
composer config minimum-stability dev composer config prefer-stable true
composer config repositories.survos_location_bundle '{"type": "vcs", "url": "git@github.com:survos/LocationBundle.git"}' composer req survos/location-bundle:"*@dev"
License
This bundle is under the MIT license. See the complete license in the bundle
About
LocationBundle is a survos initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
