2017 © Pedro PelĂĄez
 

library ckonto

Helper package for https://www.ckonto.de

image

oneso/ckonto

Helper package for https://www.ckonto.de

  • Saturday, August 29, 2015
  • by oneso
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,897 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

cKonto

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, (*1)

The Versions

29/08 2015

dev-master

9999999-dev

Helper package for https://www.ckonto.de

  Sources   Download

The Requires

 

The Development Requires

by Marcel Görtz

29/08 2015

1.1.0

1.1.0.0

Helper package for https://www.ckonto.de

  Sources   Download

The Requires

 

The Development Requires

by Marcel Görtz

21/05 2015

1.0.1

1.0.1.0

Helper package for https://www.ckonto.de

  Sources   Download

The Requires

 

by Marcel Görtz

25/02 2015

1.0.0

1.0.0.0

Helper package for https://www.ckonto.de

  Sources   Download

The Requires

 

by Marcel Görtz