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

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

vladkolodka/phpmorphy
=====================

phpMorphy - morphological analyzer library for Russisan, English languages.

0.3.7(9y ago)11.4k1MITPHPPHP &gt;=5.3.0

Since May 24Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

vladkolodka/phpmorphy
=====================

[](#vladkolodkaphpmorphy)

phpMorphy --- morphological analyzer library for Russisan, English and German languages.
`vladkolodka/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 vladkolodka/phpmorphy
```

Usage
-----

[](#usage)

```
$morphy = new vladkolodka\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`

```
vladkolodka\phpMorphy\MorphyServiceProvider::class,
```

Section `aliases`

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

3640d ago

### Community

Maintainers

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

---

Top Contributors

[![vladkolodka](https://avatars.githubusercontent.com/u/5923113?v=4)](https://github.com/vladkolodka "vladkolodka (2 commits)")

### Embed Badge

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

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

###  Alternatives

[crucifyer/css-browser-selector

CSS Browser Selector - no need css hack. html tag adding your browser info

3422.6k](/packages/crucifyer-css-browser-selector)[th3n3rd/cartesian-product

Memory efficient Cartesian Product implementation

13102.8k2](/packages/th3n3rd-cartesian-product)

PHPackages © 2026

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