php-twig 3.5.1-1 source package in Ubuntu

Changelog

php-twig (3.5.1-1) unstable; urgency=medium

  [ Fabien Potencier ]
  * Prepare the 3.5.1 release

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Sat, 11 Feb 2023 07:38:40 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-twig_3.5.1-1.dsc 2.8 KiB 6a94b421b3663db692ab6a425458c94407074dc527b18542e59645efe92cb383
php-twig_3.5.1.orig.tar.xz 199.5 KiB 1c6b0b85a6076bc2a96e916121dbb473a650a521b4ff82036fb7806d78dfef03
php-twig_3.5.1-1.debian.tar.xz 18.1 KiB 22aef0c69fec0b7403ece931a9f1729ae33422be7ab7cb8c98f725a3da451c11

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.