PHPackages                             leonickl/plate - 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. leonickl/plate

ActiveLibrary

leonickl/plate
==============

A PHP templating engine

v1.0.0(1mo ago)02↓100%PHPPHP &gt;=8.4

Since Apr 7Pushed 1w agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

 [![Plate](icon.svg)](icon.svg)

Plate
=====

[](#plate)

A lightweight PHP templating engine inspired by Laravel's Blade.

---

Features
--------

[](#features)

- Simple, expressive syntax with `{{ }}` delimiters
- Automatic output escaping for security
- Conditional rendering with `if`, `elif`, and `else`
- Loop support with `each`
- Raw PHP execution within templates
- Compiles to plain PHP for optimal performance

Requirements
------------

[](#requirements)

- PHP &gt;= 8.4

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

[](#installation)

```
composer require leonickl/plate
```

Usage
-----

[](#usage)

```
