An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/postcodesio

Wrapper for postcodes.io API
https://github.com/beastbytes/postcodesio

Last synced: 2 months ago
JSON representation

Wrapper for postcodes.io API

Awesome Lists containing this project

README

          

# PostcodesIo
PHP wrapper for [Postcodes.io API](https://postcodes.io/).

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist beastbytes/postcodesio
```

or add

```json
"beastbytes/postcodesio": "^1.0"
```

to the require section of your composer.json.