oneso / ckonto
There is no license information available for the latest version (1.1.0) of this package.
Helper package for https://www.ckonto.de
1.1.0
2015-08-28 22:00 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: >=5.2.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2025-03-01 18:56:08 UTC
README
Installing via Composer
composer require oneso/ckonto
Usage
# Set your account key Ckonto::setKey("demo"); # Check bank account number and bank code $bankCheck = Ckonto::checkBank( AccountNumber::fromNumber("76543210"), BankCode::fromCode("1234567890"), Sepa::getDefault() )->check(); # Check iban and bic $ibanCheck = Ckonto::checkIban( Iban::fromIban("DE07100500006603032331"), Bic::fromBic("BELADEBEXXX"), Sepa::getDefault() )->check(); # Search $search = Ckonto::search( BankCode::fromCode("1234567890"), Location::fromCity("Berlin"), Name::fromName("Postbank"), Zip::fromZip("123"), Max::getEmpty() )->search();
For more information read: https://www.ckonto.de/download/cKonto.de_XML_Schnittstelle.pdf