PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Here PHP Geocoder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Here PHP Geocoder
Get the location of an address using the Here API
Author: By
Last change:
Date: 5 years ago
Size: 474 bytes
 

Contents

Class file image Download
{ "name": "thiagoprz/here-geocoder", "description": "Laravel package to explore Here Maps API", "type": "library", "require": { "php": "^7.1.3", "guzzlehttp/guzzle": "^6.3" }, "license": "MIT", "authors": [ { "name": "Thiago Przyczynski", "email": "przyczynski@gmail.com" } ], "minimum-stability": "dev", "autoload": { "classmap": [ "src/" ] } }