itpin/fullname

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

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/itpin/fullname

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

This package is auto-updated.

Last update: 2025-10-29 03:18:13 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");