PHPackages                             lucasvdh/laravel-iban - 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. lucasvdh/laravel-iban

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

lucasvdh/laravel-iban
=====================

A Laravel plugin for IBAN validation

77.0k2[1 issues](https://github.com/lucasvdh/laravel-iban/issues)PHP

Since Nov 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lucasvdh/laravel-iban)[ Packagist](https://packagist.org/packages/lucasvdh/laravel-iban)[ RSS](/packages/lucasvdh-laravel-iban/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel IBAN validation
=======================

[](#laravel-iban-validation)

IBAN validation made easy.

[![license](https://camo.githubusercontent.com/2880db633e93661b5f6ff17147072a224f2175c02c8d2b68548a15a90f385cc9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756361737664682f6c61726176656c2d6962616e2e737667)](https://camo.githubusercontent.com/2880db633e93661b5f6ff17147072a224f2175c02c8d2b68548a15a90f385cc9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756361737664682f6c61726176656c2d6962616e2e737667)[![license](https://camo.githubusercontent.com/9e81612048409aa4fd09af83e4ffb299faa709311157b7a936fdb514726f93b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756361737664682f6c61726176656c2d6962616e2e737667)](https://camo.githubusercontent.com/9e81612048409aa4fd09af83e4ffb299faa709311157b7a936fdb514726f93b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756361737664682f6c61726176656c2d6962616e2e737667)[![license](https://camo.githubusercontent.com/0e3428c419f30d8cf41e6bb3afccdc32cb1b99f9cfe151902579de5a3a7f6a44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c756361737664682f6c61726176656c2d6962616e2e737667)](https://camo.githubusercontent.com/0e3428c419f30d8cf41e6bb3afccdc32cb1b99f9cfe151902579de5a3a7f6a44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c756361737664682f6c61726176656c2d6962616e2e737667)[![php-v](https://camo.githubusercontent.com/b8a56d994f250558692232e278f05ebf2932f9b6a898a6cf86808ea69bbff0c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6c756361737664682f6c61726176656c2d6962616e2e737667)](https://camo.githubusercontent.com/b8a56d994f250558692232e278f05ebf2932f9b6a898a6cf86808ea69bbff0c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6c756361737664682f6c61726176656c2d6962616e2e737667)

Getting started
---------------

[](#getting-started)

1. [Include the package in your application](#include-the-package-in-your-application)
2. [Register the service provider](#register-the-sevice-provider)
3. [Example usage](#example-usage)

Include the package in your application
---------------------------------------

[](#include-the-package-in-your-application)

```
$ composer require lucasvdh/laravel-iban:5.*
```

Or add a requirement to your project's composer.json

```
"require": {
	"lucasvdh/laravel-iban": "5.*"
},
```

TODO: register package at the packagist

Register the service
--------------------

[](#register-the-service)

Add the following to your `config/app.php`

```
