2017 © Pedro Peláez
 

library tencent-map

Tencent Map SDK

image

khs1994/tencent-map

Tencent Map SDK

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Tencent Map SDK

GitHub stars PHP from Packagist GitHub (pre-)release Build Status StyleCI, (*1)

Installation

To Use Tencent Map SDK, simply:, (*2)

$ composer require khs1994/tencent-map

For latest commit version:, (*3)

$ composer require khs1994/tencent-map @dev

Usage

<?php

require __DIR__.'/vendor/autoload.php';

use TencentMap\{
    Error\TencentMapError,
    TencentMap
};

const APP_KEY = 'GTOBZ-63LW6-7N6SX-MRRVB-LECGJ-XXXXX';

$map = TencentMap::tencentMap(APP_KEY);

// must try-catch

try {
    $search = $map->search();
    $search->setBoundaryRegion('北京');
    $output = $search->exec('酒店');
} catch (TencentMapError $e) {
    die($e->getMessage());
}

var_dump($output);

PHP CaaS

Powered By khs1994-docker/lnmp, (*4)

CI/CD

The Versions

12/03 2018

dev-master

9999999-dev https://github.com/khs1994-php/tencent-map

Tencent Map SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

map tencent

12/03 2018

dev-analysis-XplOlk

dev-analysis-XplOlk https://github.com/khs1994-php/tencent-map

Tencent Map SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

map tencent