PHPackages                             cijic/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. cijic/phpmorphy

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

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

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

0.3.6(1y ago)115339.9k↓12.5%397MITPHPPHP &gt;=8.0

Since Sep 13Pushed 1y ago8 watchersCompare

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

READMEChangelogDependenciesVersions (11)Used By (7)

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

[](#cijicphpmorphy)

[![Packagist Downloads](https://camo.githubusercontent.com/94722f631c608bdc54b72c6db03165e783120b09fdf03ed254c6bedb6f2e770a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63696a69632f7068706d6f727068792e737667)](https://packagist.org/packages/cijic/phpmorphy)

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,
```

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

50

—

FairBetter than 96% of packages

Maintenance45

Moderate activity, may be stable

Popularity52

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

Every ~385 days

Recently: every ~246 days

Total

10

Last Release

431d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.3.0

0.3.3PHP &gt;=7.1.0

0.3.4PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0aa722ae246bf52d57343f7d7aa65662079d09dd63bd6cb21151afe6fb97e4ee?d=identicon)[cijic](/maintainers/cijic)

---

Top Contributors

[![cijic](https://avatars.githubusercontent.com/u/919384?v=4)](https://github.com/cijic "cijic (32 commits)")[![danog](https://avatars.githubusercontent.com/u/7339644?v=4)](https://github.com/danog "danog (8 commits)")[![spirin](https://avatars.githubusercontent.com/u/1429917?v=4)](https://github.com/spirin "spirin (2 commits)")[![progserg](https://avatars.githubusercontent.com/u/22261925?v=4)](https://github.com/progserg "progserg (1 commits)")[![githubjeka](https://avatars.githubusercontent.com/u/874234?v=4)](https://github.com/githubjeka "githubjeka (1 commits)")[![Dreamer0x01](https://avatars.githubusercontent.com/u/12978365?v=4)](https://github.com/Dreamer0x01 "Dreamer0x01 (1 commits)")[![mcvogel](https://avatars.githubusercontent.com/u/699235?v=4)](https://github.com/mcvogel "mcvogel (1 commits)")

---

Tags

phpmorphy

### Embed Badge

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

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

###  Alternatives

[emreyarligan/enum-concern

A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨

21156.3k1](/packages/emreyarligan-enum-concern)[maxakawizard/phpmorphy

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

1398.5k1](/packages/maxakawizard-phpmorphy)[burnbright/silverstripe-hasonefield

Edit a has\_one relationship using a GridField, triggered by clicking a button.

3439.9k1](/packages/burnbright-silverstripe-hasonefield)

PHPackages © 2026

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