sukanta / fake-names
The Fake Name Generator is a tool or service that generates realistic, fictional identities or names. It is often used for various purposes, including testing, prototyping, anonymity, and data privacy.
v1.0.0
2023-06-20 12:01 UTC
Requires
- fzaninotto/faker: ^1.9@dev
README
The Fake Names is a tool or service that generates realistic, fictional identities or names. It is often used for various purposes, including testing, prototyping, anonymity, and data privacy.
Usage
$ composer require sukanta/fake-names
<?php require_once "vendor/autoload.php"; $faker = new Sukanta\FakeNames\FakeName(); echo $faker->name();
It will print a random name.