Extensions
Person
Person extension for Xefi Faker PHP
Please be aware that the base package only provide latin, if you want to have more specialized content please install a locale.
Name
Gender: M
for male, F
for female and null
for both
$faker->name(gender: null); // Jane Doe
First Name
Gender: M
for male, F
for female and null
for both
$faker->firstName(gender: null); // John
Last Name
$faker->lastName(); // Doe
Title
Gender: M
for male, F
for female and null
for both
$faker->title(gender: null); // Prof.