An open API service indexing awesome lists of open source software.

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

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.