Skip to content
forked from delassiter/bav

BAV is a Bank Account (Konto) Validator written in PHP. It provides classes which can be easily integrated into existing projects to validate german bank accounts. Its database is arbitrary, so you are independend on any DBS and may use a simple textfile.

Notifications You must be signed in to change notification settings

steffenmllr/bav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License and authors
-------------------

    This project is free and under GPL (see gpl.txt). So do what ever you want.
    But it would be nice to leave a note about the authors.

    The authors of the original project which gave the idea to this project are
    Björn Wilmsmann and Markus Malkusch <markus@malkusch.de>.
    Responsible for this project is Dennis Eugene Lassiter <dennis@lassiter.de>


Requirements
------------

    You may have:

    * PHP 5.3.0 or greater

    * mbstring or iconv
        BAV works with unicode encoding. Your PHP must have support compiled
        in to either the mb_* or the iconv_* functions. If these functions are
        missing BAV works only with the ISO-8859-15 encoding.

About

BAV is a Bank Account (Konto) Validator written in PHP. It provides classes which can be easily integrated into existing projects to validate german bank accounts. Its database is arbitrary, so you are independend on any DBS and may use a simple textfile.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%