Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twigphp/Twig-extensions
Twig extensions
https://github.com/twigphp/Twig-extensions
php twig twig-extension
Last synced: 2 days ago
JSON representation
Twig extensions
- Host: GitHub
- URL: https://github.com/twigphp/Twig-extensions
- Owner: twigphp
- License: mit
- Archived: true
- Created: 2010-02-19T11:08:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T02:14:44.000Z (about 4 years ago)
- Last Synced: 2024-10-29T21:53:38.283Z (11 days ago)
- Topics: php, twig, twig-extension
- Language: PHP
- Homepage: https://twig.symfony.com/
- Size: 209 KB
- Stars: 1,450
- Watchers: 36
- Forks: 272
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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.
.. _documentation: http://twig-extensions.readthedocs.io/