postcodewizard / postcodewizard-php-client
PHP client for the PostcodeWizard API
Package info
github.com/flowengine-nl/postcodewizard-php-client
pkg:composer/postcodewizard/postcodewizard-php-client
v1.0.1
2025-07-09 15:09 UTC
Requires
- php: >=7.3
- guzzlehttp/guzzle: ^7.0
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');