PHPackages                             oneso/ckonto - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. oneso/ckonto

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

oneso/ckonto
============

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

1.1.0(10y ago)05.8kPHPPHP &gt;=5.4.0

Since Feb 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/oneso/ckonto)[ Packagist](https://packagist.org/packages/oneso/ckonto)[ RSS](/packages/oneso-ckonto/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

cKonto
======

[](#ckonto)

### Installing via Composer

[](#installing-via-composer)

```
composer require oneso/ckonto

```

### Usage

[](#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](https://www.ckonto.de/download/cKonto.de_XML_Schnittstelle.pdf)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~92 days

Total

3

Last Release

3916d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/152494015?v=4)[oneso](/maintainers/oneso)[@oneso](https://github.com/oneso)

---

Top Contributors

[![texxlan](https://avatars.githubusercontent.com/u/11073275?v=4)](https://github.com/texxlan "texxlan (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oneso-ckonto/health.svg)

```
[![Health](https://phpackages.com/badges/oneso-ckonto/health.svg)](https://phpackages.com/packages/oneso-ckonto)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
