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

This package is auto-updated.

Last update: 2025-05-20 23:02:47 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.