Skip to content

Instantly share code, notes, and snippets.

View vincentvandijk's full-sized avatar

Vincent van Dijk vincentvandijk

View GitHub Profile
@mkroeders
mkroeders / PostCodeApi.php
Last active December 17, 2015 08:49
Simple class to communicate with postcodeapi.nu
<?php
/**
* Class PostcodeApi
*
* Simple PHP api class for http://www.postcodeapi.nu/
*/
class PostCodeApi
{
/** @var string */
protected $key;