twig/extensions

This package is abandoned and no longer maintained. No replacement package was suggested.

Common additional features for Twig that do not directly belong in core

Fund package maintenance!
fabpot
Tidelift

Installs: 74 360 519

Dependents: 761

Suggesters: 26

Security: 0

Stars: 1 460

Watchers: 38

Forks: 284

Open Issues: 2

v1.5.4 2018-12-05 18:34 UTC

README

WARNING: This repository is abandoned in favor of Twig Core Extra extensions.

  • ArrayExtension: shuffle filter -> no equivalent
  • DateExtension: time_diff filter -> no equivalent
  • I18nExtension: trans filter -> use the trans filter from the Symfony Translator extension (symfony/twig-bridge)
  • IntlExtension: localizeddate, localizednumber, localizedcurrency filters: use the Twig intl extra extension: format_date, format_number, format_currency, ...
  • TextExtension: truncate, wordwrap filters: use the Twig string extra extension: u filter

This repository hosts Twig Extensions that do not belong to the core but can be nonetheless interesting to share with other developers.

More Information

Read the documentation for more information.