Download the PHP package quasilyte/ktemplate without Composer
On this page you can find all versions of the php package quasilyte/ktemplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ktemplate
Overview
KTemplate is a simple text template engine for PHP and KPHP.
KTemplate uses a syntax similar to the Twig, Django and Jinja template languages.
You can try it online!
Features:
- Cross-language support: works for both PHP and KPHP
- Security: no eval or dynamic PHP code generation/loading is used
- Compile-time checks: many errors are caught during template compilation
- Zero-copy data binding: efficient and flexible data provider model
- Performance: templates are compiled to optimized bytecode
Quick Start
Run with PHP:
Run with KPHP:
Documentation
- Template language overview
- KTemplate idioms
- Differences from Twig
- KTemplate PHP API
- KTemplate architecture
Rationale
None of the template engines for PHP can be used with KPHP.
KTemplate is a solution that works in both languages.
All versions of ktemplate with dependencies
PHP Build Version
Package Version
Requires
vkcom/kphp-polyfills Version
^1.0
The package quasilyte/ktemplate contains the following files
Loading the files please wait ....