dfcplc/esortcode

eSortCode Bank Account Validation

Maintainers

Package info

github.com/dfcplc/eSortCode

pkg:composer/dfcplc/esortcode

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2017-05-20 07:06 UTC

This package is not auto-updated.

Last update: 2026-03-11 10:36:57 UTC


README

Build Status

eSortCode UK Bank Account Validation - PHP Client Library

To run:

use Dfcplc\eSortCode\eSortCode;

$result = eSortCode::validate_bank_details('', '', '123456', '12345678');

var_dump($result);