Custom FakerPHP provider for faking teams, locations, functions, specialisations etc. in healthcare.
Add the library to your composer.json file
composer require tvkvds/faker-healthcare-personnel
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));
$faker->contractType();
$faker->function();
$faker->functionGroup();
$faker->location();
$faker->specialisation();
$faker->specialisationGroup();
$faker->team(); // optional: pass location name to prepend
- en_US
- nl_NL