respect-validation/docs/Bank.md
2015-08-20 01:38:41 -03:00

371 B

Bank

  • v::bank(string $countryCode)

Validates a bank.

v::bank("de")->validate("70169464"); //true
v::bank("de")->validate("12345"); //false

These country codes are supported:

  • "de" (Germany) - You must add "malkusch/bav": "~1.0" to your require property on composer.json file.

See also: