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

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

deman714/phpmorphy
==================

phpMorphy - morphological analyzer library for Russian, English languages.

v0.3.2.2(7y ago)028MITPHPPHP ^7.0

Since Sep 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/deman714/phpmorphy)[ Packagist](https://packagist.org/packages/deman714/phpmorphy)[ Docs](https://github.com/deman714/phpmorphy)[ RSS](/packages/deman714-phpmorphy/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (9)Used By (0)

deman714/phpmorphy
==================

[](#deman714phpmorphy)

phpMorphy --- morphological analyzer library for Russian, English and German languages.
`deman714/phpMorphy` is wrapper for phpMorphy library.

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 deman714/phpmorphy
```

Usage
-----

[](#usage)

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

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

[](#laravel-support)

### Facade

[](#facade)

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

### Add russian facade support

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

Add to config/app.php:

Section `providers`

```
deman714\phpMorphy\MorphyServiceProvider::class,
```

Section `aliases`

```
'Morphy'    => deman714\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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~151 days

Recently: every ~263 days

Total

8

Last Release

2884d ago

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

v0.3.1PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae9db0eebf27b7dd737100efd7f3f58e2c32734ad034ea0c7a2c77a6cbac9432?d=identicon)[deman714](/maintainers/deman714)

---

Top Contributors

[![cijic](https://avatars.githubusercontent.com/u/919384?v=4)](https://github.com/cijic "cijic (13 commits)")[![componavt](https://avatars.githubusercontent.com/u/8916977?v=4)](https://github.com/componavt "componavt (5 commits)")

---

Tags

phpmorphy

### Embed Badge

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

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

###  Alternatives

[cijic/phpmorphy

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

116356.9k8](/packages/cijic-phpmorphy)[maxakawizard/phpmorphy

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

13101.3k1](/packages/maxakawizard-phpmorphy)

PHPackages © 2026

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