/inflections

Inflections (for use with Inflect)

Primary LanguagePHPMIT LicenseMIT

Inflections

Build Status

These are a set of base inflections for use with an inflector library (such as mmucklo/inflect.

Layout

Inflections live under src/(Locale)

There's one file for Singular, Plural, and Uninflectables

Design

Inflections are purposefully set as public static variables so that they can be manipulated (hint: extended, etc.) prior to being used.

Credits

Many thanks to:

  • Doctrine
  • Ruby on Rails
  • Wikipedia