mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
431 B
431 B
Bank
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): Respect\Validation supports version >=1.1.0 of "malkusch/bav" for this rule.
Changelog
| Version | Description |
|---|---|
| 0.8.0 | Created |
See also: