2017 © Pedro Peláez
 

library fio-analyzer

Analyze user input string, and split it into Russian first name, second name and last name

image

mihanentalpo/fio-analyzer

Analyze user input string, and split it into Russian first name, second name and last name

  • Thursday, January 26, 2017
  • by MihanEntalpo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 14 % Grown

The README.md

FIO-Analyzer

Анализатор строк, содержащих фамилию, имя, отчество, (*1)

Подробная статья: https://mihanentalpo.me/2017/03/как-разбить-фио-на-имя-фамилию-отчеств/, (*2)

Установка:, (*3)

  1. Прописываем в composer.json:
{
    "require": {
        "mihanentalpo/fio-analyzer": "*"
    }
}
  1. Устанавливаем (как установить composer.phar можно посмотреть на http://getcomposer.org):
$ composer.phar install
  1. Подключаем класс:
<?php
require_once("./vendor/autoload.php");

Использование:, (*4)

<?php
require_once("./vendor/autoload.php");
$fa = new \Mihanentalpo\FioAnalyzer\FioAnalyzer();
$names = $fa->break_apart("Иваанов иван Ыванович");
print_r($names);

The Versions

26/01 2017

v0.1.3

0.1.3.0

Analyze user input string, and split it into Russian first name, second name and last name

  Sources   Download

MIT

The Requires

 

russian names analyze split

21/01 2017

dev-master

9999999-dev

Analyze user input string, and split it into Russian first name, second name and last name

  Sources   Download

MIT

The Requires

 

russian names analyze split

21/01 2017

v0.1.2

0.1.2.0

Analyze user input string, and split it into Russian first name, second name and last name

  Sources   Download

MIT

The Requires

 

russian names analyze split

20/01 2017

v0.1.0

0.1.0.0

Analyze user input string, and split it into Russian first name, second name and last name

  Sources   Download

MIT

The Requires

 

russian names analyze split

20/01 2017

v0.1.1

0.1.1.0

Analyze user input string, and split it into Russian first name, second name and last name

  Sources   Download

MIT

The Requires

 

russian names analyze split