Search by

kinetis / views-latte

aln-1

Latte templates for kinetis/views.

Package info

github.com/kinetis-dev/views-latte

pkg:composer/kinetis/views-latte

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-09-13 21:41 UTC

This package is auto-updated.

Last update: 2026-09-13 22:41:26 UTC


README

Kinetis

kinetis/views-latte
Latte templates for Kinetis

Packagist Version Packagist Downloads PHP Version License CI

Part of Kinetis, a non-blocking PHP framework for API-first applications, developed in the kinetis-dev/kinetis monorepo.

Latte templates for kinetis/views. It conflicts with the pure PHP and Twig adapters so an application has one unambiguous view engine.

$app->instance(Views::class, new Views(new LatteViewEngine(
    __DIR__ . '/resources/views',
    ViewRuntime::fromConfig(__DIR__, $config),
    new AssetUrl('/'),
)));

Production templates compile to .kinetis-cache/views/latte; development does not write a disk cache. See the views documentation for views:warm, views:clear, extension, and persistent-worker guidance.

License

MIT — see LICENSE.