magdkudama/loqate-api

PHP client for the Loqate API

1.0.0 2019-07-29 07:46 UTC

This package is auto-updated.

Last update: 2024-04-29 04:09:33 UTC


README

Loqate PHP client. Simply using the API endpoint I need for now.

<?php

use MagdKudama\Loqate\Client;

include_once __DIR__ . '/vendor/autoload.php';

$client = new Client('my-api-key');

$client->bankAccount()->validate('sort-code', 'account-number');

Enjoy!