fhusquinet / laravel-google-geocoding
Easy to use API to retrieve geocoding results from Google in your Laravel application levering cache.
4.0.0
2022-06-08 17:45 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.2
- illuminate/config: ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0|^9.0
- illuminate/database: ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0|^9.0
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- mockery/mockery: ~1.0
- orchestra/testbench: ~3.5.0|~3.6.0
- phpunit/phpunit: ^7.0
README
If you need to retrieve results from the Geocoding API of Google in your Laravel application while levering caching for faster results and cheaper invoices (!!!) this package might be for you.
Installation
You can install the package via composer:
composer require fhusquinet/laravel-google-geocoding
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email florian.husquinet@deegital.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.