PHPackages                             bixev/light-html-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. bixev/light-html-template

ActiveLibrary[Templating &amp; Views](/categories/templating)

bixev/light-html-template
=========================

Bixev light HTML template system

2.0.12(4y ago)118.0k↓50%MITPHPPHP &gt;=5.3CI failing

Since Mar 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bixev/light-html-template)[ Packagist](https://packagist.org/packages/bixev/light-html-template)[ RSS](/packages/bixev-light-html-template/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (15)Used By (0)

A simple html templating system with HTML-only templates, and only a few php commands.

It is `scripting language agnostic` and `display language agnostic`. You will have to know `only 3 structure` :

- block : used to display none, one or many times a piece of code
- var : used to display a value (optionnaly filtered)
- import : used to import template from another file

Installation
============

[](#installation)

It's recommended that you use Composer to install this lib.

```
composer require bixev/light-html-template "~1.0"
```

This will install this library and all required dependencies.

so each of your php scripts need to require composer autoload file

```
