vppavlenko/name-faker

There is no license information available for the latest version (v1.0.0) of this package.

Generate fake user fullname

v1.0.0 2023-02-13 20:45 UTC

This package is not auto-updated.

Last update: 2025-07-16 06:21:30 UTC


README

PHP library that generates fake user full name

Требования

PHP >= 8.0

Установка

composer require vppavlenko/name-faker

Использование

<?php

require_once 'vendor/autoload.php';

$faker = \Vppavlenko\NameFaker\FakerBuilder::create();
echo $faker->fullName; //Иванов Степан Сергеевич