2017 © Pedro Peláez
 

client php-client

PHP Client Api Postcode

image

api-postcode/php-client

PHP Client Api Postcode

  • Friday, September 29, 2017
  • by api-postcode
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,000 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 12 % Grown

The README.md

Api Postcode PHP Client

A PHP client for fetching address detials from https://api-postcode.nl, (*1)

Installation

Installation is a quick step process:, (*2)

  1. Download the client with composer

Step 1: Download php-client using composer

``` bash $ composer require api-postcode/php-client, (*3)



Usage ----- ``` php $token = 'secret-token'; $client = new ApiPostcode\Client\PostcodeClient($token); $address = $client->fetchAddress('1082MD', 34); $address->getStreet(); // Claude Debussylaan $address->getCity(); // Amsterdam $address->getHouseNumber(); // 34 $address->getZipCode(); // 1082MD $address->getLatitude(); // 52.3377074 $address->getLongitude(); // 4.8719565

The Versions

29/09 2017

dev-master

9999999-dev https://github.com/api-postcode/php-client

PHP Client Api Postcode

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Api Postcode

postcode zipcode postcode-api

10/06 2017

1.0.2

1.0.2.0 https://github.com/api-postcode/php-client

PHP Client Api Postcode

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Api Postcode

postcode zipcode postcode-api

05/06 2017

1.0.1

1.0.1.0 https://github.com/api-postcode/php-client

PHP Client Api Postcode

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Api Postcode

postcode zipcode postcode-api

04/06 2017

1.0.0

1.0.0.0 https://github.com/api-postcode/php-client

PHP Client Api Postcode

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Api Postcode

postcode zipcode postcode-api