PHPackages                             shapecode/iban-bundle - 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. shapecode/iban-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

shapecode/iban-bundle
=====================

iban generator

1.0.4(8y ago)03741MITPHPPHP ~5.5|~7.0

Since Jan 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shapecode/iban-bundle)[ Packagist](https://packagist.org/packages/shapecode/iban-bundle)[ Docs](https://github.com/shapecode/iban-bundle)[ RSS](/packages/shapecode-iban-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (7)Used By (0)

Symfony - Iban Bundle
=====================

[](#symfony---iban-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/4f50e4a6a56ff3a047ccb027820b185b72685fb37c91ad56853018c1db97735a/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f6962616e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/shapecode/iban-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/341b8b62440006ac4464c68a710a96cd3bd664693039873051de505760d2772b/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f6962616e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/shapecode/iban-bundle)[![Total Downloads](https://camo.githubusercontent.com/c6327ebe5e467b6c4fa0cf87db50b9c9baefd0ac30fe94347345a0ab2c140708/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f6962616e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/shapecode/iban-bundle)[![License](https://camo.githubusercontent.com/b5db5382896b78ffba621a0526f7f518839e861714c60158730db5e6c7d8e42f/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f6962616e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/shapecode/iban-bundle)

Install instructions
--------------------

[](#install-instructions)

First you need to add `shapecode/iban-bundle` to `composer.json`:

```
{
   "require": {
        "shapecode/iban-bundle": "~2.0"
    }
}
```

Please note that `dev-develop` points to the latest development version. Of course you can also use an explicit version number, e.g., `1.0.*`.

You also have to add `ShapecodeIbanBundle` to your `AppKernel.php`:

```
