PHPackages                             lusito/ziano-type - 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. lusito/ziano-type

AbandonedArchivedLibrary

lusito/ziano-type
=================

ZianoType is a template engine for PHP that is inspired by the react JSX syntax.

02PHP

Since Jun 21Pushed 6y agoCompare

[ Source](https://github.com/Lusito/ziano-type)[ Packagist](https://packagist.org/packages/lusito/ziano-type)[ RSS](/packages/lusito-ziano-type/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZianoType
=========

[](#zianotype)

[![License](https://camo.githubusercontent.com/b714d5b96797f7b932fd8d67b59d4d2aece0901f8eaed44436dd1d126cb99f87/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d7a6c69622f6c6962706e672d626c75652e737667)](https://github.com/Lusito/ziano-type/blob/master/LICENSE)

ZianoType is a template engine for PHP that is inspired by the react JSX syntax.

### Why ZianoType?

[](#why-zianotype)

- The language
    - is valid HTML. Any HTML editor will do fine.
    - is inspired by react JSX syntax and is more intuitive to read than twig or other template languages.
    - transpiles to native PHP code that gets cached on the disk.
- It supports multiple lookup folders (i.e. if a file wasn't found in `themes/cool`, it checks `themes/default` as well).
- It's easy to include other templates and pass parameters as well as innerHTML to it.
- Write conditions and loops using PHP variables and functions.
- Echo variables using PHP variables without having to write `
