Download the PHP package klawdyo/inflector-br without Composer
On this page you can find all versions of the php package klawdyo/inflector-br. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor klawdyo
Package inflector-br
Short Description Pluralização e singularização de palavras em português
License
Package inflector-br
Short Description Pluralização e singularização de palavras em português
License
Please rate this library. Is it a good library?
All versions of inflector-br with dependencies
Informations about the package inflector-br
h2. Exemplos
composer require klawdyo/inflector-br
pre. /**
- Usando inflexões de palavras em português brasileiro */
use Inflector\Inflector;
pre. //Transformando a palavra para o plural echo Inflector::pluralize('mês'); //Retorna "meses"
pre. //Transformando a palavra para o singular echo Inflector::singularize('meses'); //Retorna "mês"
Version
Requires
php Version
^5.3.3 || ^7.0
The package klawdyo/inflector-br contains the following files
Loading the files please wait ....