var / morf
There is no license information available for the latest version (1.0.2) of this package.
PhpMorf for laravel
1.0.2
2017-01-20 09:34 UTC
This package is not auto-updated.
Last update: 2025-05-05 18:41:14 UTC
README
# laramorf Phpmorph for laravel Install: соmposer require var/morf Download dict from http://phpmorphy.sourceforge.net/dokuwiki/download and put in <resource directory>/dicts. Use: $morphy=\Morphy\Morphy::instance(); $base_form = $morphy->getBaseForm($word_one); $form = $morphy->getPartOfSpeech($word_one); Use with other language: $m=\Morphy\Morphy::instance('eng');