hiraeth/icb-inflector

ICanBoogie Inflector for the Hiraeth Nano-Framework

Installs: 908

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-04-15 03:32: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

Operative Class Operative Intefaces Provides
ICanBoogie\Inflector Class Only Configuration for the locale

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.