Download the PHP package deniztezcan/laravel-postcodenl-api without Composer
On this page you can find all versions of the php package deniztezcan/laravel-postcodenl-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download deniztezcan/laravel-postcodenl-api
More information about deniztezcan/laravel-postcodenl-api
Files in deniztezcan/laravel-postcodenl-api
Download deniztezcan/laravel-postcodenl-api
More information about deniztezcan/laravel-postcodenl-api
Files in deniztezcan/laravel-postcodenl-api
Vendor deniztezcan
Package laravel-postcodenl-api
Short Description Laravel PostcodeNL API package
License MIT
Homepage https://github.com/deniztezcan/laravel-postcodenl-api
Package laravel-postcodenl-api
Short Description Laravel PostcodeNL API package
License MIT
Homepage https://github.com/deniztezcan/laravel-postcodenl-api
Please rate this library. Is it a good library?
Informations about the package laravel-postcodenl-api
Laravel PostcodeNL API package
Intergrates the PostcodeNL API with Laravel 5 & 6 via a ServiceProvider and Facade. This package currently supports only the validation of dutch addresses.
Instalation
Add a ServiceProvider to your providers array in config/app.php
:
Add the facade to the facades array:
Finally, publish the configuration files:
Configuration
Please 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 laravel-postcodenl-api with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3|^7.0.1
illuminate/support Version 5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
illuminate/support Version 5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
The package deniztezcan/laravel-postcodenl-api contains the following files
Loading the files please wait ....