PHPackages                             overplex/phpmorphy - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. overplex/phpmorphy

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

overplex/phpmorphy
==================

phpMorphy - morphological analyzer library for Russian, English, German and Ukrainian languages.

0105PHP

Since Oct 6Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

cijic/phpmorphy
===============

[](#cijicphpmorphy)

phpMorphy --- morphological analyzer library for Russian, English, German and Ukrainian languages.
`cijic/phpMorphy` is Laravel wrapper for phpMorphy library with PHP7 support.

Source website (in russian):
SF project:
Wrapper on Github:

This library allow retireve follow morph information for any word:

- Base (normal) form
- All forms
- Grammatical (part of speech, grammems) information

Install
-------

[](#install)

Via Composer

```
$ composer require cijic/phpmorphy
```

Usage
-----

[](#usage)

```
$morphy = new cijic\phpMorphy\Morphy('en');
print_r($morphy->getPseudoRoot('FIGHTY'));
```

result

```
Array
(
    [0] => FIGHTY
    [1] => FIGHT
)

```

Laravel support
---------------

[](#laravel-support)

### Facade

[](#facade)

```
Morphy::getPseudoRoot('БОЙЦОВЫЙ')
```

### Add russian facade support

[](#add-russian-facade-support)

Add to config/app.php:

Section `providers`

```
cijic\phpMorphy\MorphyServiceProvider::class,
```

Section `aliases`

```
'Morphy'    => cijic\phpMorphy\Facade\Morphy::class,
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61654129?v=4)[overplex](/maintainers/overplex)[@overplex](https://github.com/overplex)

---

Top Contributors

[![cijic](https://avatars.githubusercontent.com/u/919384?v=4)](https://github.com/cijic "cijic (24 commits)")[![overplex](https://avatars.githubusercontent.com/u/61654129?v=4)](https://github.com/overplex "overplex (2 commits)")[![githubjeka](https://avatars.githubusercontent.com/u/874234?v=4)](https://github.com/githubjeka "githubjeka (1 commits)")[![progserg](https://avatars.githubusercontent.com/u/22261925?v=4)](https://github.com/progserg "progserg (1 commits)")

### Embed Badge

![Health badge](/badges/overplex-phpmorphy/health.svg)

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

###  Alternatives

[nsulistiyawan/bpjs

Wrapper for BPJS Indonesia

425.2k](/packages/nsulistiyawan-bpjs)[wujunze/laravel-id-generate

Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in. and generate number id, generate primary key

134.4k](/packages/wujunze-laravel-id-generate)

PHPackages © 2026

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