PHPackages                             lajosbencz/here-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. lajosbencz/here-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lajosbencz/here-php
===================

This document describes the Geocoding and Search API.

v0.2.2(5y ago)036unlicensePHPPHP &gt;=7.2CI failing

Since Jul 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lajosbencz/here-php)[ Packagist](https://packagist.org/packages/lajosbencz/here-php)[ Docs](https://github.com/lajosbencz/here-php.git)[ RSS](/packages/lajosbencz-here-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

here-php
========

[](#here-php)

This document describes the Geocoding and Search API.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/lajosbencz/here-php.git"
    }
  ],
  "require": {
    "lajosbencz/here-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
