PHPackages                             addresses-and-postcodes/lookup-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. addresses-and-postcodes/lookup-php-sdk

ActiveLibrary[API Development](/categories/api)

addresses-and-postcodes/lookup-php-sdk
======================================

Addresses and Postcodes - Lookup PHP SDK

37PHP

Since Sep 3Pushed 3y ago3 watchersCompare

[ Source](https://github.com/Addresses-and-Postcodes/Addresses-Postcodes-PHP-SDK)[ Packagist](https://packagist.org/packages/addresses-and-postcodes/lookup-php-sdk)[ RSS](/packages/addresses-and-postcodes-lookup-php-sdk/feed)WikiDiscussions develop Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Addresses Postcodes PHP SDK
===========================

[](#addresses-postcodes-php-sdk)

 [![](https://camo.githubusercontent.com/e70c99e9386c482c246897c3d1bbbf136d7e6648365f5bfea6691d31182ee3e9/68747470733a2f2f616464726573736573616e64706f7374636f6465732e636f2e756b2f6173736574732f696d672f61702d6c6f676f2d6e65772e737667)](https://camo.githubusercontent.com/e70c99e9386c482c246897c3d1bbbf136d7e6648365f5bfea6691d31182ee3e9/68747470733a2f2f616464726573736573616e64706f7374636f6465732e636f2e756b2f6173736574732f696d672f61702d6c6f676f2d6e65772e737667)

[![GitHub](https://camo.githubusercontent.com/81ca34f8685810ff549a9781dd97b23980f018777b714585ea635c4fcf540d9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4164647265737365732d616e642d506f7374636f6465732f4164647265737365732d506f7374636f6465732d5048502d53444b)](https://camo.githubusercontent.com/81ca34f8685810ff549a9781dd97b23980f018777b714585ea635c4fcf540d9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4164647265737365732d616e642d506f7374636f6465732f4164647265737365732d506f7374636f6465732d5048502d53444b)

About
-----

[](#about)

This is the official PHP SDK for the Addresses and Postcodes API. It provides a way to list coordinates to produce a polygon and such.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- A [HTTP client](https://packagist.org/providers/php-http/client-implementation)
- A [PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation)
- (optional) PHPUnit to run tests.

Install
-------

[](#install)

Via Composer:

```
$ composer require addresses-and-postcodes/lookup-php-sdk
```

Basic usage of `Addresses-Postcodes-PHP-SDK` client
---------------------------------------------------

[](#basic-usage-of-addresses-postcodes-php-sdk-client)

```
