geo6 / batch-geocoder
This package is abandoned and no longer maintained.
No replacement package was suggested.
Allows you to geocode your dataset of addresses (CSV format)
v4.4.0
2021-10-08 13:40 UTC
Requires
- php: ^7.2 || ^8.0
- geo6/geocoder-php-bpost-provider: ^1.3
- geo6/geocoder-php-geo6-provider: ^2.1
- geo6/geocoder-php-geopunt-provider: ^1.2
- geo6/geocoder-php-spw-provider: ^1.3
- geo6/geocoder-php-urbis-provider: ^1.2
- geo6/php-text-tools: ^1.0
- geocoder-php/common-http: ^4.3
- laminas/laminas-component-installer: ^2.3
- laminas/laminas-config: ^3.3
- laminas/laminas-config-aggregator: ^1.3
- laminas/laminas-db: ^2.11
- laminas/laminas-dependency-plugin: ^2.1
- laminas/laminas-diactoros: ^2.4
- laminas/laminas-filter: ^2.9
- laminas/laminas-i18n: ^2.10
- laminas/laminas-servicemanager: ^3.5
- laminas/laminas-validator: ^2.13
- mezzio/mezzio: ^3.2
- mezzio/mezzio-fastroute: ^3.0
- mezzio/mezzio-flash: ^1.0
- mezzio/mezzio-helpers: ^5.3
- mezzio/mezzio-platesrenderer: ^2.2
- mezzio/mezzio-session: ^1.3
- mezzio/mezzio-session-ext: ^1.7
- php-http/guzzle6-adapter: ^2.0
- php-http/message: ^1.11
- phpoffice/phpspreadsheet: ^1.16
Requires (Dev)
- filp/whoops: ^2.2
- laminas/laminas-development-mode: ^3.2
- squizlabs/php_codesniffer: ^3.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
The "Batch Geocoder" application allows you to geocode your dataset of addresses.
You can upload your file and the application will process it to add a location (longitude, latitude) to each address.
The application will try to find a location using several providers, you can define the list of providers used in your configuration file (see documentation).
Install & Configuration
The "Batch Geocoder" application requires PostgreSQL 10.0+ !
To install the "Batch Geocoder" application :
composer create-project geo6/batch-geocoder
See INSTALL file for more details.