{ "name": "icanboogie/inflector", "type": "library", "description": "The Inflector transforms words from singular to plural, underscore to camel case, titelize words and more.", "keywords": [ "inflect", "pluralize", "singularize", "camelize", "underscore", "hyphenate" ], "homepage": "http://icanboogie.org/", "license": "BSD-3-Clause", "authors": [ { "name": "Olivier Laviale", "email": "olivier.laviale@gmail.com", "homepage": "http://www.weirdog.com/", "role" : "Developer" } ], "support": { "issues": "https://github.com/ICanBoogie/Inflector/issues", "source": "https://github.com/ICanBoogie/Inflector" }, "require": { "php": ">=5.3.0" }, "autoload": { "classmap": [ "lib/" ], "files": [ "lib/helpers.php" ] } }