faker-provider / faker-de-banks
"Faker Provider for generating fakes of german bank accounts"
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/faker-provider/faker-de-banks
Requires
- fzaninotto/faker: ^1.9
This package is not auto-updated.
Last update: 2025-10-02 02:03:00 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:
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.