php-twig 2.12.3-1 source package in Ubuntu

Changelog

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

  [ Fabien Potencier ]
  * Prepare the 2.12.3 release

  [ David Prévot ]
  * Ignore intl and string tests for CI

 -- David Prévot <email address hidden>  Sun, 29 Dec 2019 17:01:32 +1100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-twig_2.12.3-1.dsc 2.6 KiB e1da13d1db04097731202e604443b2abb063db7721ef56a5d902191ebb16016f
php-twig_2.12.3.orig.tar.gz 273.7 KiB c05076ddc0ca180bed0db95fd347cf5aad2fe208b4a1217e03ce0d2e4384d341
php-twig_2.12.3-1.debian.tar.xz 15.4 KiB df07e9ebdf9f51f96a2961af6e39cfc8f0129d0e76bcb399c04f56a511d7bc47

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-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.