Talesoft/tale-inflector

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "talesoft/tale-inflector",
    "type": "library",
    "keywords": ["string", "singular", "plural", "bending", "inflection", "manipulation"],
    "description": "A library that can inflect strings to many formats",
    "license": "MIT",
    "homepage": "http://docs.talesoft.codes/php/tale/inflector",
    "authors": [
        {
            "name": "Torben Koehn",
            "email": "torben@talesoft.codes"
        }
    ],
    "require": {
        "php": ">=7.1.0"
    },
    "require-dev": {
        "talesoft/tale-dev-tool": "^0.2.0"
    },
    "autoload": {
        "psr-4": {
            "Tale\\": "src",
            "Tale\\Test\\": "tests"
        }
    }
}