Download the PHP package postcode-nl/api-magento2-module without Composer

On this page you can find all versions of the php package postcode-nl/api-magento2-module. 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 api-magento2-module

International Address API module for Magento 2

Adds autocompletion for addresses to the checkout page. Multiple countries are supported using official postal data via the Postcode.eu API.

This module is maintained by Postcode.nl since version 3.0.0. Earlier versions were developed by Flekto.

Postcode.eu account

A Postcode.eu account is required. Testing is free. After testing you can choose to purchase a subscription.

Installation instructions

  1. Install this component using Composer:

  2. Upgrade, compile & clear cache:

Screenshots

International Address API

A single field for autocompletion:

To allow users to skip the autocomplete field and manually enter an address, there's an option to add a link to manual address entry:

Dutch Postcode API

Get a Dutch address by postcode and house number. In this example asking the user to select from valid house number additions:

A formatted address is shown when the postcode and house number combination is valid (this is the default output option):

Other output options are:

Compatibility

Although we can't guarantee compatibility with other checkout modules, our module works well with most one-step-checkout modules. If you are having issues and think this may be caused by our module, please contact Postcode.nl and tell us which other module(s) and version(s) are used.

If you found the solution already and have some code to contribute, feel free to open a pull request in this repository.

OneStepCheckout.com configuration instructions

  1. Go to Stores -> Configuration -> Sales -> Postcode.eu Address API
    1. 'Change address fields position' to 'no'
  2. Go to Stores -> Configuration -> Sales -> OneStepCheckout
    1. The following fields need to be enabled for the billing and shipping fields:
      1. street.0
      2. postcode
      3. city
      4. region
    2. Add the following fields to the billing and shipping fields:
      1. address_autofill_nl.postcode
      2. address_autofill_nl.house_number
      3. address_autofill_nl.house_number_select
      4. address_autofill_intl
      5. address_autofill_formatted_output
    3. Optional: you may need to apply some custom CSS to display the fields correctly. You may set the region field to hidden.

Address API documentation

You can find our API documentation at https://developer.postcode.eu/documentation.

FAQ and Knowledge Base

License

The code is available under the Simplified BSD License, see the included LICENSE file.


All versions of api-magento2-module with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3
magento/module-checkout Version ~100.4
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 postcode-nl/api-magento2-module contains the following files

Loading the files please wait ....