PHPackages                             librevlad/fiona - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. librevlad/fiona

ActiveLibrary

librevlad/fiona
===============

Work in progress

0.1.1(6y ago)11.2k1[1 issues](https://github.com/librevlad/fiona/issues)[1 PRs](https://github.com/librevlad/fiona/pulls)1MITPHPCI passing

Since Feb 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/librevlad/fiona)[ Packagist](https://packagist.org/packages/librevlad/fiona)[ RSS](/packages/librevlad-fiona/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (1)

Fiona
=====

[](#fiona)

Библиотека для парсинга ФИО на PHP.

Установка
---------

[](#установка)

Подключить через composer:

```
composer require librevlad/fiona
```

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

[](#использование)

```
$fiona = new \Librevlad\Fiona\Detector();
$data = $fiona->detect('Иванов Иван Иванович');
```

```

array:5 [
  "first_name" => Иван
  "last_name" => Иванов
  "patronymic" => Иванович
  "gender" => male
  "unmatched_segments" => []
]

```

Тестирование
------------

[](#тестирование)

```
composer test
```

Лицензия
--------

[](#лицензия)

The MIT License (MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2267d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc28970580d50f2b4bb813e767ed7b0eefd6481037cd83ebc97ca63a7dae95b?d=identicon)[librevlad](/maintainers/librevlad)

---

Top Contributors

[![librevlad](https://avatars.githubusercontent.com/u/49364343?v=4)](https://github.com/librevlad "librevlad (12 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/librevlad-fiona/health.svg)

```
[![Health](https://phpackages.com/badges/librevlad-fiona/health.svg)](https://phpackages.com/packages/librevlad-fiona)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
