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.9kPHPPHP &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 2d 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 62% 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

3963d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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