itpin/fullname

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

v1.0.2 2022-05-29 12:50 UTC

This package is auto-updated.

Last update: 2025-06-29 02:00:06 UTC


README

Требование

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");