Skip to content

IvanPin/fullname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Сборка полного ФИО

Требование


php>=7.4

Установка


composer require itpin/fullname

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


declare(strict_types=1);
require_once(__DIR__ . '/vendor/autoload.php');

use Itpin\Fullname\FullName;

$str = new FullName();
echo $str->getFullName("Ponamarev", "Ivan", "Yurievich");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages