matthewbaggett/twig-extension-inflect

Trivially pluralise or singularise strings in twig.

Installs: 607

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/matthewbaggett/twig-extension-inflect

v1.3 2021-05-16 03:53 UTC

This package is auto-updated.

Last update: 2025-10-16 13:19:04 UTC


README

Trivially pluralise or singularise strings in twig

Build Status

Usage:

    {{ variable|singularise }}

or

    {{ variable|pluralise }}

Credits

Built atop of Gone.io/inflection, which is in turn built upon the work of others.