tvkvds/faker-healthcare-personnel
最新稳定版本:v1.0.0
Composer 安装命令:
composer require tvkvds/faker-healthcare-personnel
包简介
Faking healthcare teams related data
README 文档
README
Custom FakerPHP provider for faking teams, locations, functions, specialisations etc. in healthcare.
Installation
Add the library to your composer.json file
composer require tvkvds/faker-healthcare-personnel
Usage
To use this with Faker, you must add the class to the Faker generator:
$faker = \Faker\Factory::create(); $faker->addProvider(new \HealthCareTeams\Provider\en_US\HealthCareTeams($faker));
Available Generators
$faker->contractType(); $faker->function(); $faker->functionGroup(); $faker->location(); $faker->specialisation(); $faker->specialisationGroup(); $faker->team(); // optional: pass location name to prepend
Available language formatters / locales
- en_US
- nl_NL
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-15