Download the PHP package wezz/postcodem2 without Composer

On this page you can find all versions of the php package wezz/postcodem2. 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 postcodem2

Postcode.nl API Magento 2 Extension

With this extension you kan look up and validate Dutch addresses at checkout in you Magento 2 store.

Using this extension, you will have the following advantages

To use this extension, you need an account with the Postcode.nl API. You can sign up for an account here.

The extension was created by Wezz e-Commerce B.V. for Postcode.nl B.V.

Looking for the Magento 1 Extension?

Check out the Magento 1 exsension here

FAQ

If you have any questions, please check the FAQ on this page.

API Documentation

This extension uses the Postcode.nl API. Full documentation of the API can be found on the following URL https://api.postcode.nl/documentation/rest-json-endpoint](https://api.postcode.nl/documentation/rest-json-endpoint)

Installation

2. Installation

2.1 Installation via Magento Marketplace

Soon this extension will be available on thye Magento Marketplace.

2.2 Installation through Composer

  1. On the command line, go to your Magento root folder.
  2. Run the following command to add the extension to your codebase:

composer require wezz/postcodem2

  1. Enable the extension in Magento using the following commands

php bin/magento module:enable Wezz_Postcode

php bin/magento setup:upgrade

php bin/magento cache:clean

And, when running production mode:

php bin/magento setup:static-content:deploy

Now, you can log in to the Magento backend and configure and enable the extension.

Configuration

Navigate to the module configuration using the following path:

Stores -> Configuration -> Sales -> Postcode

Fields

Fill in the following fields to configure your Postcode.nl API Magento 2 module.

General

Field Explanation
Enabled Option to enable/disable the module on your Magento store
Application key Please find your Application key in your Postcode.nl account
Application secret Please find your Application secret in your Postcode.nl account

Troubleshooting

For Frequently Asked Questions please visit [https://www.wezz.co/extensions/postcode.nl-api-magento-extension] (The FAQ page).


All versions of postcodem2 with dependencies

PHP Build Version
Package Version
No informations.
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 wezz/postcodem2 contains the following files

Loading the files please wait ....