Download the PHP package mezzio/mezzio-twigrenderer without Composer
On this page you can find all versions of the php package mezzio/mezzio-twigrenderer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mezzio/mezzio-twigrenderer
More information about mezzio/mezzio-twigrenderer
Files in mezzio/mezzio-twigrenderer
Package mezzio-twigrenderer
Short Description Twig integration for Mezzio
License BSD-3-Clause
Homepage https://mezzio.dev
Informations about the package mezzio-twigrenderer
Twig Integration for Mezzio
🇷🇺 Русским гражданам
Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
У одного из нас есть украинская родственница, которая спаслась из дома вместе с сыном. Поезд задержался из-за бомбежки на дороге впереди. У нас есть друзья, которые прячутся в бомбоубежищах. Мы с тревогой ждем весточки от них после воздушных налетов, которые беспорядочно наносят удары и попадают по больницам, школам, детским садам и домам. Мы не берем это из каких-либо СМИ. Мы наблюдаем это напрямую.
Вы доверяете нам достаточно, чтоб использовать наши программы, и мы просим вас довериться нам вновь. Мы нуждаемся в помощи. Выходите и протестуйте против этой бесполезной войны. Остановите кровопролитие. Скажите "Нет войне!"
🇺🇸 To Citizens of Russia
We at Laminas come from all over the world. Many of us have friends, family and colleagues in both Russia and Ukraine. Some of us were born in Russia. Some of us currently live in Russia. Some have grandparents who fought Nazis in World War II. Nobody here supports fascism.
One team member has a Ukrainian relative who fled her home with her son. The train was delayed due to bombing on the road ahead. We have friends who are hiding in bomb shelters. We anxiously follow up on them after the air raids, which indiscriminately fire at hospitals, schools, kindergartens and houses. We're not taking this from any media. These are our actual experiences.
You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"
Provides Twig integration for Mezzio.
Installation
Install this library using composer:
We recommend using a dependency injection container, and typehint against container-interop. We can recommend the following implementations:
- laminas-servicemanager:
composer require laminas/laminas-servicemanager
- pimple-interop:
composer require mouf/pimple-interop
- Aura.Di:
composer require aura/di
Twig Extension
The included Twig extension adds support for url generation. The extension is automatically activated if the UrlHelper and ServerUrlHelper are registered with the container.
-
path
: Render the relative path for a given route and parameters. If there is no route, it returns the current path.path
supports optional query parameters and a fragment identifier.By default the current route result is used where applicable. To disable this the
reuse_result_params
option can be set. -
url
: Render the absolute url for a given route and parameters. If there is no route, it returns the current url.url
also supports query parameters and a fragment identifier.By default the current route result is used where applicable. To disable this the
reuse_result_params
option can be set. -
absolute_url
: Render the absolute url from a given path. If the path is empty, it returns the current url. -
asset
Render an (optionally versioned) asset url.To get the absolute url for an asset:
Configuration
If you use the laminas-component-installer the factories are configured automatically for you when requiring this package with composer. Without the component installer, you need to include the config/config.php
.
Optional configuration can be stored in config/autoload/templates.global.php
.
Documentation
See the Mezzio Twig documentation.
All versions of mezzio-twigrenderer with dependencies
mezzio/mezzio-helpers Version ^5.7
mezzio/mezzio-router Version ^3.7
mezzio/mezzio-template Version ^2.2
psr/container Version ^1.0 || ^2.0
twig/twig Version ^3.14.0