ryryan / Postcodes-IO-PHP

PHP Class for postcodes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postcodes.io PHP

Developed to use the postcodes.io API endpoint easily via PHP.


Example

<?php
require 'Postcodes-IO-PHP.php';
$postcode = new Postcode();
$lookup = $postcode->lookup("SW1A 2AA");
print_r($lookup);
?>

License

MIT Licensed

About

PHP Class for postcodes.io


Languages

Language:PHP 100.0%