vitalik74/yii2-geocode-yandex

This is Yii2 extension for Geocode From Yandex

Installs: 742

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 2

Open Issues: 0

Type:yii2-extension

1.0.0 2015-09-19 08:41 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:55:58 UTC


README

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0 and Yii2.

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install this widget. Put in your composer.json in require case:

"vitalik74/yii2-geocode-yandex": "*"

And run command "composer update".

DOCUMENTATIONS

See doc.

USAGE

$geo = new vitalik74\geocode\Geocode();
$geo->get('Moscow, Kremlin', ['kind' => 'house']);

TESTS

Install codeception (see in composer.json). For run test use codecept run unit.