Download the PHP package petelawrence/getaddress without Composer
On this page you can find all versions of the php package petelawrence/getaddress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download petelawrence/getaddress
More information about petelawrence/getaddress
Files in petelawrence/getaddress
Download petelawrence/getaddress
More information about petelawrence/getaddress
Files in petelawrence/getaddress
Vendor petelawrence
Package getaddress
Short Description A PHP library for the getaddress.io postcode lookup service
License
Homepage https://github.com/PeteLawrence/getaddress
Package getaddress
Short Description A PHP library for the getaddress.io postcode lookup service
License
Homepage https://github.com/PeteLawrence/getaddress
Keywords postcodegetaddress.io
Please rate this library. Is it a good library?
Informations about the package getaddress
getaddress
A PHP library for the getaddress.io postcode lookup service
Pre-requisites
You will require a getaddress.io API key. For low use applications (fewer than 20 lookups/day) this is free.
Usage
$client = new \petelawrence\getaddress\GetAddressClient('YOUR-GETADDRESS.IO-KEY');
$result = $client->lookup('NR10 4JJ');
$address0 = $result->getAddresses()[0];
echo $address0->getTown();
Tests
GETADDRESSKEY=YOUR-GETADDRESS.IO-KEY vendor/bin/phpunit tests/
All versions of getaddress with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
~6.0
The package petelawrence/getaddress contains the following files
Loading the files please wait ....