### Install via Composer Source: https://github.com/mgid/phpmorphy/blob/master/README.md Install the mgid/phpmorphy library using Composer. ```bash $ composer require mgid/phpmorphy ``` -------------------------------- ### Basic Usage Example Source: https://github.com/mgid/phpmorphy/blob/master/README.md Instantiate the Morphy class for English and retrieve the pseudo-root of a word. ```php $morphy = new mgid\phpMorphy\Morphy('en'); echo $morphy->getPseudoRoot('FIGHTY'); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.