matthewbdaly/postcode-client
Composer 安装命令:
composer require matthewbdaly/postcode-client
包简介
A postcode lookup client.
关键字:
README 文档
README
Postcode lookup client. Uses Ideal Postcodes to look up UK postcodes. You will need to obtain an API key in order to use it.
Installation
composer require matthewbdaly/postcode-client
This library uses HTTPlug for making HTTP requests, therefore you will also need to install a client or adapter.
Usage
<?php
require 'vendor/autoload.php';
use Matthewbdaly\Postcode\Client;
$client = new Client();
$response = $client->setKey('<MY_API_KEY>')
->get('ID1 1QD');
统计信息
- 总下载量: 54
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-26