faker-provider/faker-de-banks
Composer 安装命令:
composer require faker-provider/faker-de-banks
包简介
"Faker Provider for generating fakes of german bank accounts"
README 文档
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.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-13