PHPackages                             teraone/laravel-iban-to-bic - 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. teraone/laravel-iban-to-bic

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

teraone/laravel-iban-to-bic
===========================

v1.0.6(1y ago)43.4k↓50%1MITPHP

Since Apr 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/teraone/laravel-iban-to-bic)[ Packagist](https://packagist.org/packages/teraone/laravel-iban-to-bic)[ RSS](/packages/teraone-laravel-iban-to-bic/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

[![](https://camo.githubusercontent.com/f265b2a0e8a6c4aeeb594c5185124aa305505efe78691bdc97aef9b828225504/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f68726c7478317164352f696d6167652f75706c6f61642f76313538373337333433342f7a766c6d7133746a74726e39726b326c6d3364752e737667)](https://teraone.de)

Laravel IBAN to BIC Converter
=============================

[](#laravel-iban-to-bic-converter)

> **Warning**Currently only works with german IBANs

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

[](#installation)

Install the package via Composer:

```
composer require teraone/laravel-iban-to-bic
```

Migrate your database:

```
php artisan migrate
```

After installing **or updating** the package run these two commands to import the most recent data:

```
php artisan vendor:publish --provider="Teraone\LaravelIbanToBic\IbanToBicServiceProvider" --force
```

```
php artisan import:bank-data
```

Usage
-----

[](#usage)

This Package adds a Facade called 'IbanToBicConverter' with one function called 'getBic', that returns a 'Bank' Object containing the BIC and some additional Information like the banks name and Bankleitzahl.

```
$bank = \Teraone\LaravelIbanToBic\Facades\IbanToBicConverter::getBic($iban);
```

Data
----

[](#data)

The Data this Package uses is provided by Bundesbank and can be found [here](https://www.bundesbank.de/en/tasks/payment-systems/services/bank-sort-codes/download-bank-sort-codes-626218).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance41

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Recently: every ~122 days

Total

7

Last Release

490d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34bb3ed24e78987d5f89cff121c51fd55070a90f2887eba16583a78cb77acb50?d=identicon)[teraone](/maintainers/teraone)

---

Top Contributors

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

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/teraone-laravel-iban-to-bic/health.svg)

```
[![Health](https://phpackages.com/badges/teraone-laravel-iban-to-bic/health.svg)](https://phpackages.com/packages/teraone-laravel-iban-to-bic)
```

###  Alternatives

[mediconesystems/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

1.2k711.3k8](/packages/mediconesystems-livewire-datatables)[konnco/filament-import

241243.2k2](/packages/konnco-filament-import)[simonhamp/laravel-nova-csv-import

A fully-fledged CSV import tool for Laravel Nova.

167433.3k](/packages/simonhamp-laravel-nova-csv-import)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[arm092/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

2953.8k](/packages/arm092-livewire-datatables)[team-nifty-gmbh/tall-datatables

A package to create datatables using alpinejs, tailwind, livewire and laravel

1217.2k1](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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