PHPackages                             spacedealer/yii2-here - 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. spacedealer/yii2-here

ActiveYii2-extension[HTTP &amp; Networking](/categories/http)

spacedealer/yii2-here
=====================

Yii2 extension here.com REST api

0.1.0(11y ago)1113BSD-3-ClausePHP

Since Feb 4Pushed 11y ago3 watchersCompare

[ Source](https://github.com/spacedealer/yii2-here)[ Packagist](https://packagist.org/packages/spacedealer/yii2-here)[ Docs](https://github.com/spacedealer/yii2-here)[ RSS](/packages/spacedealer-yii2-here/feed)WikiDiscussions master Synced today

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

Here REST APIs client extension for Yii2
========================================

[](#here-rest-apis-client-extension-for-yii2)

**Attention**: Please do not use in production environments. It‘s WIP.

This is a [Here APIs](https://developer.here.com/rest-apis) client extension for the Yii2 Framework. It wraps around the [here-api php library](https://github.com/spacedealer/here-api).

Please see [here-api php library](https://github.com/spacedealer/here-api) readme for currently supported APIs.

[![Build Status](https://camo.githubusercontent.com/01cee08eef41fcc2eb915fdf5f274dbdace930c4bddf63495b146782b58e59c7/68747470733a2f2f7472617669732d63692e6f72672f73706163656465616c65722f796969322d686572652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/spacedealer/yii2-here)[![SensioLabsInsight](https://camo.githubusercontent.com/75ffea5d6da2d78929a904f5d6035347f40885c9038e80defe1d62c67298adb7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32373762373766662d343466642d346338392d616437342d3230356132396534376463642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/277b77ff-44fd-4c89-ad74-205a29e47dcd)[![Dependency Status](https://camo.githubusercontent.com/413ea4605c42ed657bf09c0911fc551f884671bb4dc5181b7821ff6756e73cda/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534376631323564383637346134333238313030303131362f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/547f125d8674a43281000116)

Requirements
------------

[](#requirements)

- php &gt;= 5.4
- spacedealer/here-api 0.1

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist spacedealer/yii2-here "*"

```

or add

```
"spacedealer/yii2-here": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application components configuration as follows:

```
'here' => [
	'class' => 'spacedealer\here\Here',
	'appCode' => 'your_app_code',
	'appId' => 'your_app_id',
],
```

Use within your Yii2 application logic:

```
$geocoder = \Yii::$app->get('here')->getGeoCoder();
$response = $geocoder->geocode([
   'city' => 'Berlin',
   'postalCode' => '10997',
   'street' => 'Schlessische Str.',
   'housenumber' => '28',
]);
$displayPosition = $response->getPath('Response/View/0/Result/0/Location/DisplayPosition');
```

Resources
---------

[](#resources)

- [Source](https://github.com/spacedealer/yii2-here)
- [Issues](https://github.com/spacedealer/yii2-here/issues)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b53d403fce38ae29e4d8368820988c0e4c936193655d95dd7e06b533099a1bee?d=identicon)[dirx](/maintainers/dirx)

---

Top Contributors

[![tnguyen-sd](https://avatars.githubusercontent.com/u/9945464?v=4)](https://github.com/tnguyen-sd "tnguyen-sd (4 commits)")

---

Tags

apiclientrestGuzzleyii2extensionhere

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/spacedealer-yii2-here/health.svg)

```
[![Health](https://phpackages.com/badges/spacedealer-yii2-here/health.svg)](https://phpackages.com/packages/spacedealer-yii2-here)
```

###  Alternatives

[tuyakhov/yii2-json-api

Implementation of JSON API specification for the Yii framework

140119.0k](/packages/tuyakhov-yii2-json-api)[hiqdev/yii2-hiart

ActiveRecord for API

6452.9k3](/packages/hiqdev-yii2-hiart)[openapi/openapi-sdk

Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)

171.4k1](/packages/openapi-openapi-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
