• This repository has been archived on 02/Nov/2020
  • Stars
    star
    1,462
  • Rank 32,167 (Top 0.7 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 14 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Twig extensions

Twig Extensions Repository

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.