mmucklo/inflect

inflect - a memoizing inflector for php

Installs: 14 027 270

Dependents: 20

Suggesters: 0

Security: 0

Stars: 41

Watchers: 4

Forks: 7

Open Issues: 1

v0.3.0 2015-05-16 04:16 UTC

This package is auto-updated.

Last update: 2024-04-18 15:47:08 UTC


README

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"