PHPackages                             siiptuo/voikko - 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. siiptuo/voikko

ActiveLibrary

siiptuo/voikko
==============

bindings for libvoikko

v0.1.0(5y ago)2102(MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)PHPPHP &gt;=7.4

Since May 15Pushed 5y ago2 watchersCompare

[ Source](https://github.com/siiptuo/voikko-php)[ Packagist](https://packagist.org/packages/siiptuo/voikko)[ RSS](/packages/siiptuo-voikko/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

voikko-php
==========

[](#voikko-php)

PHP bindings for [libvoikko](https://voikko.puimula.org/) based on [PHP FFI](https://www.php.net/manual/en/book.ffi.php).

Requirements
------------

[](#requirements)

- PHP 7.4 or newer with [FFI](https://www.php.net/manual/en/book.ffi.php) and [Multibyte String](https://www.php.net/manual/en/book.mbstring.php) extensions enabled
- libvoikko (`libvoikko1` package in Ubuntu)
- Voikko dictionary (`voikko-fi` package in Ubuntu)

Installation
------------

[](#installation)

Install via [Composer](https://getcomposer.org/):

```
composer require siiptuo/voikko
```

Example
-------

[](#example)

Running:

```
$voikko = new \Siiptuo\Voikko\Voikko();
$word = "kissammeko";
echo "       word: " . $word . PHP_EOL;
echo "hyphenation: " . $voikko->hyphenate($word) . PHP_EOL;
foreach ($voikko->analyzeWord($word) as $analysis) {
    echo "  base form: " . $analysis->baseForm . PHP_EOL;
}
```

outputs:

```
       word: kissammeko
hyphenation: kis-sam-me-ko
  base form: kissa

```

Check out [API documentation](https://siiptuo.github.io/voikko-php/namespaces/siiptuo-voikko.html) for all available functionality.

License
-------

[](#license)

Like libvoikko, these bindings can be used under one of the following licenses:

- Mozilla Public License, version 1.1
- GNU General Public License, version 2 or later
- GNU Lesser General Public License, version 2.1 or later

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

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

1827d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10729330?v=4)[Tuomas Siipola](/maintainers/siiptuo)[@siiptuo](https://github.com/siiptuo)

---

Top Contributors

[![siiptuo](https://avatars.githubusercontent.com/u/10729330?v=4)](https://github.com/siiptuo "siiptuo (60 commits)")

---

Tags

finnishfinnish-language-analysisphpphp-bindingsphp-ffivoikkonlpfinnishffisuomi

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/siiptuo-voikko/health.svg)

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

###  Alternatives

[rubix/ml

A high-level machine learning and deep learning library for the PHP language.

2.2k1.4M28](/packages/rubix-ml)[nlp-tools/nlp-tools

NlpTools is a set of php 5.3+ classes for beginner to semi advanced natural language processing work.

774645.2k5](/packages/nlp-tools-nlp-tools)[google-gemini-php/client

Gemini API is a supercharged PHP API client that allows you to interact with the Gemini API

402986.7k21](/packages/google-gemini-php-client)[codewithkyrian/transformers

State-of-the-art Machine Learning for PHP. Run Transformers in PHP

749231.8k5](/packages/codewithkyrian-transformers)[yooper/php-text-analysis

PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

539393.0k2](/packages/yooper-php-text-analysis)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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