https://github.com/beastbytes/postal-code-data
Interface for postal code data
https://github.com/beastbytes/postal-code-data
data-interface postal-code validation yii3
Last synced: about 6 hours ago
JSON representation
Interface for postal code data
- Host: GitHub
- URL: https://github.com/beastbytes/postal-code-data
- Owner: beastbytes
- License: other
- Created: 2023-01-28T15:05:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T18:48:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T15:55:01.482Z (4 months ago)
- Topics: data-interface, postal-code, validation, yii3
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Postal Code Data (postal-code-data)
Interface for retrieving postal code data.## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/postal-code-data
```or add
```json
"beastbytes/postal-code-data": "^1.0.0"
```to the require section of your composer.json.