hiraeth/icb-inflector

ICanBoogie Inflector for the Hiraeth Nano-Framework

Installs: 916

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:opus-package

1.0.0 2018-02-12 22:08 UTC

This package is auto-updated.

Last update: 2024-10-15 04:34:53 UTC


README

ICanBoogie's inflector is one of the few multi-lingual inflectors available in the PHP ecosystem. It supports a number of common languages and provides methods for transforming text in multiple ways including:

  • Pluralization
  • Singularization
  • Camel Casing
  • Underscoring

Installation

composer require hiraeth/icb-inflector

The icb-inflector.jin configuration will be automatically copied to your config directory via opus.

Delegates

Providers

No providers are included in this package.

Configuration

; The locale to use for inflection (en, fr, ...)

locale = en

Usage

See the ICanBoogie Inflector documentation for more information on what types of inflection are available.