jeffreyvanrossum/adreso-php-sdk

PHP SDK for Adreso.

1.0.0 2024-12-04 14:31 UTC

This package is auto-updated.

Last update: 2025-01-04 14:38:09 UTC


README

Adreso SDK for PHP

With this SDK you can easily integrate Adreso within your PHP script or application.

For more information about Adreso, please checkout adreso.nl.

Installation

composer require jeffreyvanrossum/adreso-php-sdk

Usage

$adreso = new Adreso\Adreso('https://adreso.nl/api', 'your-bearer-token');

try {
    $result = $adreso->addressLookup(zipcode: '1234AB', homeNumber: '10', country: 'nl');
} catch (Exception $e) {
    //
}

Contributors

License

MIT. Please see the License File for more information.