dfcplc / epostcode
ePostcode Bank Account Validation
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dfcplc/epostcode
This package is not auto-updated.
Last update: 2025-09-28 07:43:45 UTC
README
ePostcode Postcode Lookups - PHP Client Library
To run:
use Dfcplc\ePostcode\ePostcode; $lookup = ePostcode::lookup_address('', '', 'AB1 2CD', '1'); var_dump($lookup);