Download the PHP package madeitbelgium/geocode-by-address without Composer
On this page you can find all versions of the php package madeitbelgium/geocode-by-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madeitbelgium/geocode-by-address
More information about madeitbelgium/geocode-by-address
Files in madeitbelgium/geocode-by-address
Package geocode-by-address
Short Description Laravel Geocode by address library
License LGPL-3.0-or-later
Homepage https://www.madeit.be
Informations about the package geocode-by-address
PHP (Laravel) Geocode by address library
With this PHP (Laravel) package you can lookup GEO data by a given address.
Installation
Require this package in your composer.json
and update composer.
After updating composer, add the ServiceProvider to the providers array in config/app.php
You can use the facade for shorter code. Add this to your aliases:
Publish the configuration
Documentation
Usage
In laravel you can use the Facade
Or you can use structured data structuredLookup($streetName, $streetNumber, $municipality, $postalCode, $country)
Supported types
Currently supported GEO data providers: Google: 'google' Geocode.xyz: 'geocode.xyz' TomTom: 'tomtom' Atention! when using structuredLookup you need to provide 2 or 3 letter country code!
The complete documentation can be found at: http://www.madeit.be/
Support
Support github or mail: [email protected]
Contributing
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/
License
This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!
All versions of geocode-by-address with dependencies
illuminate/support Version *
illuminate/container Version *
guzzlehttp/guzzle Version ^6.5|7.*