Download the PHP package czechphp/czech-bank-account without Composer
On this page you can find all versions of the php package czechphp/czech-bank-account. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download czechphp/czech-bank-account
More information about czechphp/czech-bank-account
Files in czechphp/czech-bank-account
Package czech-bank-account
Short Description Provides useful utilities for czech bank account validation and data manipulation.
License MIT
Informations about the package czech-bank-account
Czech Bank Account
Provides useful utilities for czech bank account validation and data manipulation.
Installation
Install the latest version with
Documentation
Bank Account Number Validator
Czech: Validátor českého národního čísla bankovního účtu
Bank Code Validator
Czech: Validátor kódů platebního styku v ČR (kódy bank)
Variable Symbol Validator
Czech: Validátor variabilního symbolu
Specific Symbol Validator
Czech: Validátor specifického symbolu
Constant Symbol Validator
Czech: Validátor konstantního symbolu
In default validates only format of constant symbol.
Bank Code Component
Loads directory of payment system codes.
Loaded data is multidimensional array in following format:
FilesystemLoader
In default loads data bundled with library, but can be set to read from any file.
FileGetContentsLoader
Loads data from official remote source using file_get_contents.
SymfonyHttpClientLoader
Loads data from official remote source using http client implementing symfony/http-client-implementation.
SymfonyCachedLoader
Decorator loader caches result from parent loader using cache client implementing symfony/cache-implementation.
ChainLoader
Chains loaders. If chained loader fails, then it calls next loader in line.
Bank Account Number Format Converter
Converts bank account number format between common formats.
All versions of czech-bank-account with dependencies
ext-json Version *
symfony/cache-contracts Version ^2 || ^3
symfony/http-client-contracts Version ^2 || ^3
symfony/deprecation-contracts Version ^2 || ^3