PHPackages                             stefgodin/notmpl - 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. stefgodin/notmpl

ActiveLibrary

stefgodin/notmpl
================

Lightweight PHP template engine leveraging PHP native rendering and output buffers.

v0.7.1(1y ago)075[3 issues](https://github.com/stefgodin/notmpl/issues)MITPHPPHP ^8.1

Since Feb 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/stefgodin/notmpl)[ Packagist](https://packagist.org/packages/stefgodin/notmpl)[ RSS](/packages/stefgodin-notmpl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (9)Used By (0)

 [![NoTMPL Logo](./doc/assets/notmpl.png)](./doc/assets/notmpl.png)

NoTMPL
======

[](#notmpl)

A light-weight template-less rendering engine for PHP back-end devs.

- ☑ No dependencies
- ☑ Lightweight code base (&lt; 1000 LOC)
- ☑ No cache directory
- ☑ No eval
- ☑ Composition of pages using components and slots
- ☑ Free from autoescaping
- ☑ Free from sandboxing

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

[](#installation)

Install the library using composer:

```
composer require stefgodin/notmpl

```

### Requirements

[](#requirements)

This library requires PHP 8.1+

Quick peek
----------

[](#quick-peek)

```
