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

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

chipslays/phpmorphy
===================

phpMorphy - morphological analyzer library for Russisan, English languages.

1.0.1(5y ago)011MITPHPPHP &gt;=5.3.0

Since Sep 13Pushed 5y agoCompare

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

READMEChangelog (2)DependenciesVersions (8)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');
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`

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~324 days

Recently: every ~487 days

Total

7

Last Release

1945d ago

Major Versions

0.3.1 → 1.0.02020-07-04

### Community

Maintainers

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

---

Top Contributors

[![cijic](https://avatars.githubusercontent.com/u/919384?v=4)](https://github.com/cijic "cijic (18 commits)")[![chipslays](https://avatars.githubusercontent.com/u/19103498?v=4)](https://github.com/chipslays "chipslays (2 commits)")

---

Tags

phpmorphy

### Embed Badge

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

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

###  Alternatives

[robinherbots/jquery.inputmask

Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.

6.5k276.6k4](/packages/robinherbots-jqueryinputmask)[cijic/phpmorphy

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

115339.9k7](/packages/cijic-phpmorphy)[maxakawizard/phpmorphy

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

1398.5k1](/packages/maxakawizard-phpmorphy)[webman/captcha

Captcha generator

1484.2k25](/packages/webman-captcha)

PHPackages © 2026

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