faker-provider/faker-de-banks

"Faker Provider for generating fakes of german bank accounts"

v1.1 2020-01-14 21:27 UTC

This package is not auto-updated.

Last update: 2025-06-12 00:19:56 UTC


README

This package will allow you to generate fakes german bank and account types using Faker PHP

Install

To install, use composer:

composer require faker-provider/faker-de-bank-accounts

Use

$faker = \Faker\Factory::create();
$faker->addProvider(new Faker\Provider\BankAccounts($faker));
$bank = $faker->bank // DSL Bank 
$faker->bankWebsite($bank) // www.dslbank.de
$faker->accountType // Girokonto

License

This wrapper is under the MIT license. See the complete license in the wrapper:

LICENSE

About

DE bank fake provider is a project of Enrico Engel. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the GitHub issue tracker.