rapidez/experius-postcode-nl

Rapidez Experius Postcode NL implementation
6,766 1
Install
composer require rapidez/experius-postcode-nl
Latest Version:4.0.0
PHP:^8.0
License:GPL-3.0
Last Updated:Jul 8, 2026
Links: GitHub  ·  Packagist
Maintainer: rapidez

Rapidez Experius Postcode NL

Implementation of the Postcode NL API with the Magento 2 Experius-Postcode-NL module for Rapidez.

Requirements

Make sure the Magento 2 Experius-Postcode-NL and Mage2-Module-Experius-PostcodeGraphQl modules have been installed and configured in your Magento installation.

Installation

composer require rapidez/experius-postcode-nl

If you haven't published the Rapidez views yet, publish them with:

php artisan vendor:publish --provider="Rapidez\Core\RapidezServiceProvider" --tag=views

Add a event listener on the postcode and housenumber fields:

    <x-rapidez::input
        name="{{ $type }}_postcode"
        label="Postcode"
        v-model.lazy="checkout.{{ $type }}_address.postcode"
+       v-on:change="(event) => $root.$nextTick(() => window.$emit('postcode-change', event))"
        required
    />

Related Packages

rapidez/postcodeservice

Rapidez Postcodeservice

2,746 1
rapidez/blade-directives

Expanded blade directives

118,768 3
rapidez/blade-components

Collection of awesome Blade Components, used by Rapidez

61,371 2
tightenco/ziggy

Use your Laravel named routes in JavaScript.

50,723,893 4,315
spatie/shiki-php

Highlight code using Shiki in PHP

21,655,026 312