vienman1990/jpaddress

search address in japan

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vienman1990/jpaddress

v1.0.0 2024-07-02 15:02 UTC

This package is auto-updated.

Last update: 2025-12-31 00:30:29 UTC


README

data

https://www.post.japanpost.jp/zipcode/dl/kogaki-zip.html

Installation

You can install the package via composer:

composer require vienman1990/jpaddress

Usage

use Vienman1990\JPAddress\JPAddressClass;

$address = new  JPAddressClass::find($zipcode); // 1600000
echo $address[0] = '都道府県';
echo $address[1] = '地区';
echo $address[2] = '';

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.