Skip to content

ffgalvao/geodb-client-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoDB Cities API Php Client

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