marko/view-twig

Twig templating driver for Marko Framework View

Maintainers

Package info

github.com/marko-php/marko-view-twig

pkg:composer/marko/view-twig

Statistics

Installs: 0

Dependents: 1

Suggesters: 1

Stars: 0

0.7.0 2026-05-27 16:19 UTC

This package is auto-updated.

Last update: 2026-05-27 16:28:42 UTC


README

Twig templating driver for the Marko Framework.

Installation

composer require marko/view-twig

Note: marko/view-twig conflicts with marko/view-latte --- install only one view driver per project.

Quick Example

$view->render('blog::post/index', ['posts' => $posts]);

Documentation

Full usage, API reference, and examples: marko/view-twig