Download the PHP package speelpenning/laravel-postcode-nl without Composer

On this page you can find all versions of the php package speelpenning/laravel-postcode-nl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-postcode-nl

Postcode.nl client for Laravel 8

Build Status License

A client using the Postcode.nl REST API for Dutch address verification.

Installation

Pull the package in through Composer:

Next, register an account with Postcode.nl to obtain a key and secret. See https://api.postcode.nl/#register for further information. Once you have a key and secret, store them in your .env file.

Add the following service provider to your application config:

Walk through the configuration section to make things work.

Usage

There are two ways to use the address lookup: by injecting the address lookup service in your code or using the AddressController that is shipped with the package.

Dependency injection

Example:

Using the JSON API

In order to use the API, enabled it in the configuration. When enabled, the following route is available:

or use the following URL (e.g. for AJAX calls):

Configuration

Credentials (required)

The key and secret are used for authentication. Without them, you cannot use the service.

Enable routes (optional)

This package comes with a ready to use JSON API, which is disabled by default. You can enable it like so:

Timeout (in seconds, optional)

By default, the client waits 10 seconds for a response. You may set a different timeout.


All versions of laravel-postcode-nl with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
ext-json Version *
guzzlehttp/guzzle Version ^7.2
illuminate/config Version 9.*
illuminate/contracts Version 9.*
illuminate/routing Version 9.*
illuminate/support Version 9.*
illuminate/validation Version 9.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package speelpenning/laravel-postcode-nl contains the following files

Loading the files please wait ....