Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
T

Twig-extensions

> 编程语言
Open source

Twig extensions

1.4K stars0 likes1 views
WebsiteGitHub

About

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 <https://symfony.com/doc/current/reference/twig_reference.html#trans>_ filter from the Symfony Translator extension (symfony/twig-bridge)

  • IntlExtension: localizeddate, localizednumber, localizedcurrency filters: use the Twig intl extra extension: format_date <https://twig.symfony.com/doc/3.x/filters/format_date.html>, format_number <https://twig.symfony.com/doc/3.x/filters/format_number.html>, format_currency <https://twig.symfony.com/doc/3.x/filters/format_currency.html>_, ...

  • TextExtension: truncate, wordwrap filters: use the Twig string extra extension: u filter <https://twig.symfony.com/doc/3.x/filters/u.html>_

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.

.. _documentation: http://twig-extensions.readthedocs.io/

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHPphptwigtwig-extension

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言