postcodewizard/postcodewizard-php-client

PHP client for the PostcodeWizard API

Maintainers

Package info

github.com/flowengine-nl/postcodewizard-php-client

pkg:composer/postcodewizard/postcodewizard-php-client

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2025-07-09 15:09 UTC

This package is auto-updated.

Last update: 2026-03-09 16:27:50 UTC


README

The official PHP client for the PostcodeWizard API.

Installation

Use Composer to install the package:

composer require postcodewizard/postcodewizard-php-client

Usage

use PostcodeWizard\PostcodeWizard;

$client = new PostcodeWizard('YOUR_API_KEY');

// Lookup
$result = $client->lookup('7223LN', '1');

// Autocomplete
$result = $client->autocomplete('Toverstraat 1, Baak');