https://github.com/beastbytes/postal-code-data-php
Implementation of PostalCodeDataInterface using PHP file storage
https://github.com/beastbytes/postal-code-data-php
data php postal-code yii3
Last synced: 9 months ago
JSON representation
Implementation of PostalCodeDataInterface using PHP file storage
- Host: GitHub
- URL: https://github.com/beastbytes/postal-code-data-php
- Owner: beastbytes
- License: other
- Created: 2023-01-28T15:05:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T15:43:03.000Z (about 1 year ago)
- Last Synced: 2025-03-25T18:15:35.921Z (9 months ago)
- Topics: data, php, postal-code, yii3
- Language: PHP
- Homepage:
- Size: 55.7 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 PHP (postal-code-data-php)
Implementation of postal-code-data to retrieve Postal Code data from PHP storage.
## 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-php
```
or add
```json
"beastbytes/postal-code-data-php": "^1.0.0"
```
to the require section of your composer.json.