bairwell/faker-en-gb-ons-lastnames
Composer 安装命令:
composer require bairwell/faker-en-gb-ons-lastnames
包简介
Last names/Surnames from the UK's Office of National Statistics as a provider for Faker
README 文档
README
Need surnames that "look real" for a UK orientated application (for example, for testing search facilities or for creating a honeypot system)? Well, this is the Faker provider library for you!
Seeded with data from the UK's Office Of National Statistics and containing the top 50,000 surnames out of 54,218,802 (based on 2002 available data) - all complete with frequency weighting - so the data "looks right".
The names are formatted using namecase.
License
The Data is available under the Open Government Licence v3.0 as per http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
This package is not supported/sponsored/acknowledged/recommended by the UK Government or the Office of National Statistics. It is entirely unofficial.
Usage
$faker=new \Faker\Generator();
$faker->addProvider(new \Bairwell\Faker\EnGbOns\Lastnames\Lastnames($faker));
$fakeName=$faker->lastName;
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-29