Inflect is an Inflector for PHP
Add this line to your composer.json "require" section:
"require": {
...
"mmucklo/inflect": "*"
use Inflect\Inflect;
echo Inflect::singularize('tests');
echo Inflect::pluralize('test');
Many thanks to original author Sho Kuwamoto"