PHP client for GeoDB Cities API
- website http://geodb-cities-api.wirefreethought.com/
- documentation https://wirefreethought.github.io/geodb-cities-api-docs/
- provider https://rapidapi.com/wirefreethought/api/geodb-cities
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';
Check exemples.php
to see how to use it