fgalvao / laravel-geodb-client
Wrapper on the GeoDB Cities API provided by fgalvao/geodb-client-api for Laravel
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/fgalvao/laravel-geodb-client
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-12-11 22:57:53 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