fgalvao/geodb-client-api

PHP client for GeoDB Cities API

v1.0.1 2020-08-11 13:59 UTC

This package is auto-updated.

Last update: 2025-06-12 01:26:49 UTC


README

PHP client for GeoDB Cities API

Api reference

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