fgalvao / geodb-client-api
PHP client for GeoDB Cities API
v1.0.1
2020-08-11 13:59 UTC
Requires
- php: >=7.1
- ext-json: *
- fgalvao/base-client-api: ^1.0
Requires (Dev)
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2025-06-12 01:26:49 UTC
README
PHP client for GeoDB Cities 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/geodb-client-api
Finally, be sure to include the autoloader:
require_once '/path/to/your-project/vendor/autoload.php';
Exemples
Check exemples.php
to see how to use it