PHPackages                             majestixx/lib-bankaccount - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. majestixx/lib-bankaccount

AbandonedArchivedLibrary[Validation &amp; Sanitization](/categories/validation)

majestixx/lib-bankaccount
=========================

Lib-Bankaccount is a library for creating, transforming and validating german bank accounts

1.0.1(8y ago)03MITPHP

Since Jul 15Pushed 8y ago2 watchersCompare

[ Source](https://github.com/majestixx/lib-bankaccount)[ Packagist](https://packagist.org/packages/majestixx/lib-bankaccount)[ RSS](/packages/majestixx-lib-bankaccount/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

lib-bankaccount
===============

[](#lib-bankaccount)

The lib-bankaccount offers the possiblity to verify and convert german bank accounts to iban and back.

Installation
------------

[](#installation)

1. Download sources to your webserver
2. Install dependencies using composer
3. Create a configuration.php

How to use
----------

[](#how-to-use)

```
$accountNo = "402532800";
$blz = "49092650";

$account = new Account();
$account->setAccountNo($accountNo);
$account->setBlz($blz);

// Get IBAN and BIC for bank account
$account->getIban();
$account->getBic();

// Validate the input data
$account->validateAccountNo();
$account->validateBlz();

```

Additional usage examples are supplied in tests/accountTest.php.

Open Issues
-----------

[](#open-issues)

- Make available via packagist
- Check if configuration.php is usable, if used as a third party library: Maybe the configuration should not be in the autoload of the library but the using application
- On windows handling with files there is a unlink()-error

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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 ~0 days

Total

2

Last Release

3272d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/majestixx-lib-bankaccount/health.svg)

```
[![Health](https://phpackages.com/badges/majestixx-lib-bankaccount/health.svg)](https://phpackages.com/packages/majestixx-lib-bankaccount)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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