承接 saintsweeto/addressfinder 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

saintsweeto/addressfinder

Composer 安装命令:

composer require saintsweeto/addressfinder

包简介

A PHP wrapper for NZ AddressFinder API

README 文档

README

A PHP wrapper for AddressFinder API

Initialization & Usage

$finder = new AddressFinder(KEY, SECRET, FORMAT);
$response = $finder->endpoint(URI, OPTIONS);

// Example: Call Address Autocomplete endpoint
$response = $finder->endpoint('/address/autocomplete', [
    'q' => '35 Hobson Street',
]);

API specifications for New Zealand addresses:

Address Autocomplete API

/address/autocomplete

Interactive search that returns closely matching addresses which are then selected by the user.

Address Metadata API

/address/metadata

Return the full metadata associated with an address selected from the Address Autocomplete API.

Address Verification API

/address/verification

Takes an address (potentially containing spelling mistakes and/or other errors) and attempts to match it against a verified address record in the AddressFinder database.

Address Reverse Geocode API

/address/reverse_geocode

Takes the GPS coordinates (longitude and latitude) and returns the nearest addresses ordered by distance.

Address Bounding Box API

/address/bounding_box

Returns all address contained within the supplied bounding box or polygon.

Location Autocomplete API

/location/autocomplete

Interactive search that returns closely matching streets, suburbs, cities and/or regions which are then selected by the user.

Location Metadata API

/location/metadata

Return the full metadata associated with a location (street, suburb, city or region selected from the Location Autocomplete API.

Points of Interest Autocomplete API

/points_of_interest/autocomplete

Interactive search that returns closely matching points of interest, and their associated addresses.

Points of Interest Metadata API

/points_of_interest/metadata

Return the full metadata associated with a point of interest selected from the Points of Interest Autocomplete API.

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-05-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固