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
- Host: GitHub
- URL: https://github.com/beastbytes/postcodesio
- Owner: beastbytes
- License: other
- Created: 2023-09-08T22:05:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T17:20:11.000Z (over 2 years ago)
- Last Synced: 2025-07-05T23:17:00.740Z (6 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.