2017 © Pedro Peláez
 

library inflect

inflect - a memoizing inflector for php

image

oodle/inflect

inflect - a memoizing inflector for php

  • Tuesday, January 13, 2015
  • by mmucklo
  • Repository
  • 2 Watchers
  • 1 Stars
  • 102,767 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Inflect

Inflect is an Inflector for PHP, (*1)

Installation:

Add this line to your composer.json "require" section:, (*2)

composer.json

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

Usage:

use Inflect\Inflect;

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

Notes:

Many thanks to original author Sho Kuwamoto", (*3)

The Versions

13/01 2015

dev-master

9999999-dev

inflect - a memoizing inflector for php

  Sources   Download

MIT

The Requires

  • php >=5.3.17

 

The Development Requires

by Matthew J. Mucklo
by Sho Kuwamoto

inflector inflect urlify singularize pluralize

30/11 2013

v0.2.0

0.2.0.0

inflect - a memoizing inflector for php

  Sources   Download

MIT

The Requires

  • php >=5.3.17

 

The Development Requires

by Matthew J. Mucklo
by Sho Kuwamoto

inflector inflect urlify singularize pluralize

15/07 2013

v0.1.0

0.1.0.0

inflect - a memoizing inflector for php

  Sources   Download

MIT

The Requires

  • php >=5.3.17

 

The Development Requires

by Matthew J. Mucklo
by Sho Kuwamoto

inflector inflect urlify singularize pluralize