nflector for pluralize and singularize English nouns. This tool can help framework developers to create solutions based on naming conventions rather than on configurations. It
also provides helper functions that allow developers to transform text into and to "UpperCamelCase", "lowerCamelCase", "unserscored_words", "Header Title" or just "normal text".
This can be really useful for existing applications like Wiki, CMS, Forums, etc.. in order to allow them to create friendly URLs and change "WikiWords" inside their content to
"Human text" This Inflector was firstly is a port of Ruby on Rails Inflector. It was ported to PHP for the Akelos Framework, a multilingual Ruby on Rails like framework for PHP
that will be launched soon.