Download the PHP package solve/inflector without Composer
On this page you can find all versions of the php package solve/inflector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download solve/inflector
More information about solve/inflector
Files in solve/inflector
Download solve/inflector
More information about solve/inflector
Files in solve/inflector
Vendor solve
Package inflector
Short Description - [ Inflector ] class for string manipulating
License MIT
Homepage http://github.com/viniychuk/solve-inflector
Package inflector
Short Description - [ Inflector ] class for string manipulating
License MIT
Homepage http://github.com/viniychuk/solve-inflector
Please rate this library. Is it a good library?
Informations about the package inflector
Solve inflector
v1.0.1
This class allows you to solve different word-related tasks.
Methods available at the current version
Inflector::transliterate($text, $direction = "en"); Inflector::slugify($text, $slugChar = '-'); Inflector::underscore($text); Inflector::camelize($text); Inflector::pluralize($text); Inflector::singularize($text); Inflector::priceToStringLong($price, $keepFloat = true, $currency = "uah", $language = null); Inflector::priceToStringShort($price, $keepFloat = true, $currencyShortLabel = 'грн.', $language = null);
For the last two methods you can use a method to define default language:
Inflector::setDefaultLanguage($language)
All versions of inflector with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package solve/inflector contains the following files
Loading the files please wait ....