inflector

GitHub

Doctrine Inflector is a small library that can perform string manipulations with regard to uppercase/lowercase and singular/plural forms of words.

11,351 stars PHP PHP 1 file ยท ~1,741 tokens

inflector MCP Server

MCP server for doctrine/inflector

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "inflector": {
      "command": "npx",
      "args": [
        "-y",
        "@doctrine/inflector"
      ]
    }
  }
}