PHPackages                             bfitech/zaplate - 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. bfitech/zaplate

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

bfitech/zaplate
===============

A pseudo-template engine.

1.4.1(6y ago)03991MITPHPPHP &gt;=5.5 &lt;7.5CI failing

Since Mar 7Pushed 6y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (8)Used By (1)

zaplate
=======

[](#zaplate)

PHP is an HTML template engine. This only sugars it up a bit, enough to render mostly-static HTML, which is all `zap*` ever needs due to it being RESTful-oriented.

Use other full-blown templating engines for rendering complex dynamic HTML.

[![Latest Stable Version](https://camo.githubusercontent.com/b7490f7874f936b69a4e2bb69eb87ec83743222196a1304a6cf47c7688818ec8/68747470733a2f2f706f7365722e707567782e6f72672f626669746563682f7a61706c6174652f762f737461626c65)](https://packagist.org/packages/bfitech/zaplate)[![Latest Unstable Version](https://camo.githubusercontent.com/6aaaf162345e88f915fce57c94197862b473dfbdd1310710ca3eddea928c2dc6/68747470733a2f2f706f7365722e707567782e6f72672f626669746563682f7a61706c6174652f762f756e737461626c65)](https://packagist.org/packages/bfitech/zaplate)[![Build Status](https://camo.githubusercontent.com/80fc779436154f12839680f16af79104d4490a0a19044babf93ba8c5f57d01cc/68747470733a2f2f7472617669732d63692e6f72672f626669746563682f7a61706c6174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bfitech/zaplate)[![Codecov](https://camo.githubusercontent.com/af30578011161a24d883b37420f5ad4e35bab99621c686297cf6670878c74a3f/68747470733a2f2f636f6465636f762e696f2f67682f626669746563682f7a61706c6174652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/bfitech/zaplate)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/bfitech/zaplate/master/LICENSE)

---

Installation
------------

[](#installation)

Install it from Packagist:

```
$ composer -vvv require bfitech/zaplate
```

Sample Usage
------------

[](#sample-usage)

### template.php

[](#templatephp)

```

```

### renderer.php

[](#rendererphp)

```
