php-twig 3.8.0-2 source package in Ubuntu

Changelog

php-twig (3.8.0-2) unstable; urgency=medium

  * Skip failing test without composer install

 -- David Prévot <email address hidden>  Mon, 08 Jan 2024 22:52:03 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-twig_3.8.0-2.dsc 2.8 KiB 121c50c1267aae9b96bd3197919cb9404ba265eb87bd2f805b19bf1bb74652a4
php-twig_3.8.0.orig.tar.xz 201.9 KiB dcc60cd78c6f69eac9dc95d8a56a9621e8e06b83e34e6d47abc4374e4972e203
php-twig_3.8.0-2.debian.tar.xz 19.5 KiB ac34a04a76fc5d26a2eb7d58eb6f4a4fc2683b26c9ba960856dfc8d54d0fe366

Available diffs

No changes file available.

Binary packages built by this source

php-twig: Flexible, fast, and secure template engine for PHP

 Twig is a fast, secure and flexible template engine for php, implementing an
 own domain specific language which originated from Jinja and Django templates.

php-twig-cache-extra: A Twig extension for Symfony Cache

 Twig String extension that provides integration with the Symfony Cache
 component.
 .
 It provides a single `cache` tag that allows one to cache template
 fragments.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-cssinliner-extra: A Twig extension to allow inlining CSS

 Twig CssInliner Extension extension that provides the following:
 .
  - inline_css filter: inlines CSS styles in HTML documents.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-doc: Twig template engine documentation

 This documentation describes the internals of Twig and the use of
 it from the perspective of a template designer as well as from the
 perspective of a developer.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-extra-bundle: A Symfony bundle for extra Twig extensions

 This package is a Symfony bundle that allows one to use all "extra"
 extensions without any configuration.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-html-extra: A Twig extension for HTML

 Twig HTML 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.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-inky-extra: A Twig extension for the inky email templating engine

 Twig Inky extension that provides the following:
 .
  - inky_to_html filter: processes an inky email template.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-intl-extra: A Twig extension for Intl

 Twig Intl extension that provides the following:
 .
  - country_name filter: returns the country name given its
    two-letter/five-letter code;
  - currency_name filter: returns the currency name given its three-letter
    code;
  - currency_symbol filter: returns the currency symbol given its
    three-letter code;
  - language_name filter: returns the language name given its
    two-letter/five-letter code;
  - locale_name filter: returns the language name given its
    two-letter/five-letter code;
  - timezone_name filter: returns the timezone name given its identifier;
  - country_timezones filter: returns the timezone identifiers of the given
    country code;
  - format_currency filter: formats a number as a currency;
  - format_number filter: formats a number;
  - format_datetime filter: formats a date time;
  - format_date filter: formats a date;
  - format_time filter: formats a time.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-markdown-extra: A Twig extension for Markdown

 Twig Markdown extension that provides the following:
 .
  - markdown_to_html filter: generates HTML from a Markdown block;
  - html_to_markdown filter: generates Markdown from an HTML block.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.

php-twig-string-extra: A Twig extension for Symfony String

 Twig String extension that provides integration with the Symfony String
 component.
 .
 It provides a single u filter that wraps a text in a `UnicodeString`
 object to give access to methods of the class.
 .
 Twig itself is a flexible, fast and secure template engine for PHP.