Skip to content

Releases: SEOService2020/laravel-phpmorphy

Use phpmorphy hotfix

31 Jan 05:21

Choose a tag to compare

2.2.1

Updated composer.json to use phpmorphy with shm size hotfix

More flexible morphy info

14 Jan 05:11

Choose a tag to compare

Moved info into traits, some of which are public accessible. It allows wrap Morphy facade in more efficient manner in your code.

Fixed preprocessable params bug

13 Jan 15:14

Choose a tag to compare

Nullable params which should be preprocessed now handled correctly.

Preprocessing fixes

12 Jan 16:20

Choose a tag to compare

Now not only first parameter $word is preprocessed, but also other, if needed, e.g. ancode and part of speech.
Also added getter for morphy name.

Support for multiple morphy instances

25 Dec 19:04

Choose a tag to compare

  • Now facade can hold multiple phpMorphy instances, which can be accessed by the name, see README
  • Added auto preprocessing for word input parameter according to dict options
  • Added Laravel storage support for custom dicts
  • Updated phpmorphy dependency with some fixed bugs

First release

20 Dec 23:08

Choose a tag to compare

1.0.0

Updated phpmorphy dependency version to work with english language