beastbytes / postcodesio
Postcode & Geolocation for the UK
v1.0.0
2023-09-09 17:20 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.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: 2024-11-09 20:01:54 UTC
README
PHP wrapper for Postcodes.io API.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/postcodesio
or add
"beastbytes/postcodesio": "^1.0"
to the require section of your composer.json.