mmucklo / inflect

Inflector for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inflect

Inflect is an Inflector for PHP

Installation:

Add this line to your composer.json "require" section:

composer.json

    "require": {
       ...
       "mmucklo/inflect": "*"

Usage:

use Inflect\Inflect;

echo Inflect::singularize('tests');
echo Inflect::pluralize('test');

Notes:

Many thanks to original author Sho Kuwamoto"

About

Inflector for PHP

License:Other


Languages

Language:PHP 98.3%Language:Makefile 1.7%