humanized/yii2-location

Yii2 module which provides functionality to deal with location data in a sane way.

Installs: 68

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:yii2-extension

dev-master 2016-09-16 23:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:23:57 UTC


README

Yii2

Provides various interfaces to deal with routine location management tasks.

Features

Dependencies

Installation

Install Using Composer

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require humanized/yii2-location "dev-master"

or add

"humanized/yii2-location": "dev-master"

to the require section of your composer.json file.

Add Module to Configuration

Add following lines to the configuration file:

'modules' => [
    'contact' => [
        'class' => 'humanized\location\Module',
    ],
],

Run Migrations

$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-location/migrations

Module Configuration Options

Global Configuration Options

Grid Configuration Options

CLI Configuration Options

RBAC Integration

Graphical User Interface (GUI)

Following controller actions are supported for now:

Command Line Interface (CLI)

Following console commands are supported for now:

REST Interface (API)

Due before version 0.5