twig / html-extra
A Twig extension for HTML
v3.5.0
2022-12-27 12:23 UTC
Requires
- php: >=7.1.3
- symfony/mime: ^4.4|^5.0|^6.0
- twig/twig: ^2.7|^3.0
Requires (Dev)
- symfony/phpunit-bridge: ^4.4.9|^5.0.9|^6.0
This package is auto-updated.
Last update: 2023-01-01 08:45:11 UTC
README
This package is a Twig extension that provides the following:
-
data_uri
filter: generates a URL using the data scheme as defined in RFC 2397; -
html_classes
function: returns a string by conditionally joining class names together.