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)44.0k↑107.1%2MITPHP

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 2d 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 75% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[arm092/livewire-datatables

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

3059.5k](/packages/arm092-livewire-datatables)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[thomascombe/backpack-async-export

This is a package to manage async export in Backpack for Laravel

1530.9k](/packages/thomascombe-backpack-async-export)

PHPackages © 2026

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