beastbytes / postal-code-data-php
Implementation of postal-code-data using PHP as the storage
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/beastbytes/postal-code-data-php
Requires
- php: ^8.1
- beastbytes/postal-code-data: ^1.0
Requires (Dev)
- consolidation/robo: ^4.0
- phpunit/phpunit: ^10.0
- roave/infection-static-analysis-plugin: ^1.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.0
This package is auto-updated.
Last update: 2025-10-06 17:37:28 UTC
README
Implementation of postal-code-data to retrieve Postal Code data from PHP storage.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/postal-code-data-php
or add
"beastbytes/postal-code-data-php": "^1.0.0"
to the require section of your composer.json.