Download the PHP package dimadin/serbian-variants without Composer
On this page you can find all versions of the php package dimadin/serbian-variants. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dimadin/serbian-variants
More information about dimadin/serbian-variants
Files in dimadin/serbian-variants
Download dimadin/serbian-variants
More information about dimadin/serbian-variants
Files in dimadin/serbian-variants
Vendor dimadin
Package serbian-variants
Short Description Serbian_Variants
License GPL
Homepage https://github.com/dimadin/serbian-variants
Package serbian-variants
Short Description Serbian_Variants
License GPL
Homepage https://github.com/dimadin/serbian-variants
Please rate this library. Is it a good library?
Informations about the package serbian-variants
Serbian_Variants
Serbian_Variants
is a PHP class used to get all variants of a string in Serbian language. For example, string "Ђоковић" can also be written as "Đoković", "Djoković", "Djokovic", or some variation of those.
Using
Call class with string you want to get variant of.
$object = new Serbian_Variants( 'djokovic' );
You will get all variants in an array with variants
property of object.
$object->variants;
There is also original string in a original_term
property.
$object->original_term;
All versions of serbian-variants with dependencies
PHP Build Version
Package Version
No informations.
The package dimadin/serbian-variants contains the following files
Loading the files please wait ....