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.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/sukanta/fake-names
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.