fgalvao / laravel-geodb-client
Wrapper on the GeoDB Cities API provided by fgalvao/geodb-client-api for Laravel
v1.1.1
2020-08-11 10:44 UTC
Requires
- php: >=7
- ext-json: *
- fgalvao/geodb-client-api: ^1.0
- illuminate/contracts: ^5.5|^6.0|^7.0|^8.0
- illuminate/support: ^5.5|^6.0|^7.0|^8.0
Requires (Dev)
- laravel/framework: ^5.5|^6.0|^7.0|^8.0
- phpunit/phpunit: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2025-06-11 21:57:54 UTC
README
A laravel wrapper for geodb-client-api client
Api Client
repository: https://github.com/ffgalvao/geodb-client-api
Api reference
- website http://geodb-cities-api.wirefreethought.com/
- documentation https://wirefreethought.github.io/geodb-cities-api-docs/
- provider https://rapidapi.com/wirefreethought/api/geodb-cities
Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
composer require fgalvao/laravel-geodb-client
Exemples
Check exemples.php
to see how to use it