Download the PHP package hennio/postcodenlapi without Composer
On this page you can find all versions of the php package hennio/postcodenlapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hennio/postcodenlapi
More information about hennio/postcodenlapi
Files in hennio/postcodenlapi
Download hennio/postcodenlapi
More information about hennio/postcodenlapi
Files in hennio/postcodenlapi
Vendor hennio
Package postcodenlapi
Short Description Laravel PostcodeNL API package
License MIT
Homepage https://github.com/hennio/postcodenlapi
Package postcodenlapi
Short Description Laravel PostcodeNL API package
License MIT
Homepage https://github.com/hennio/postcodenlapi
Please rate this library. Is it a good library?
Informations about the package postcodenlapi
Laravel PostcodeNL API package
Integrates the PostcodeNL API with 6 via a ServiceProvider and Facade. This package currently supports only the validation of dutch addresses.
Installation
Add a ServiceProvider to your providers array in config/app.php
:
Add the facade to the facades array:
Configuration
Via .env
Put your postcode.nl api-keys in your .env-file
Publish the config
Alternatively set your api key
and secret
in the config/postcodenlapi.php
Usage
To get the street
and city
linked to a Dutch postalcode
, housenr
and extension
. The response is returned in json format, ideal for ajax.
All versions of postcodenlapi with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package hennio/postcodenlapi contains the following files
Loading the files please wait ....