yoeran / PostcodeAPI

PHP wrapper for the Postcode API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostcodeAPI

PHP wrapper for the Postcode API. Built as a CodeIgniter library, but usable in any PHP project. Use this if you need more information about Dutch Zipcodes.

The API

Usage

To get information about the specified zipcode: $postcodeAPI->getInfo('1234AB');

To get the distance in meters between two zipcodes: $postcodeAPI->getDistance('1234AB','4321BA');

About

PHP wrapper for the Postcode API


Languages

Language:PHP 100.0%