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

v1.0.0 2023-06-20 12:01 UTC

This package is auto-updated.

Last update: 2025-12-21 00:22:44 UTC


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.