PHPackages                             tacoberu/php-lattestrict - 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. tacoberu/php-lattestrict

ActiveLibrary

tacoberu/php-lattestrict
========================

Extend of \[Latte\](https://latte.nette.org): amazing template engine for PHP. Designed for user templates. Removed support for php and similarly dangerous constructions.

012[2 issues](https://github.com/tacoberu/php-lattestrict/issues)PHP

Since Mar 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tacoberu/php-lattestrict)[ Packagist](https://packagist.org/packages/tacoberu/php-lattestrict)[ RSS](/packages/tacoberu-php-lattestrict/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LatteStrict
===========

[](#lattestrict)

[![Build Status](https://camo.githubusercontent.com/e1cc2f190df6d9dc3b3662350639d8fb5e578e56f6ad0a11b80acd5820be24da/68747470733a2f2f7472617669732d63692e6f72672f7461636f626572752f7068702d6c617474657374726963742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tacoberu/php-lattestrict)

Extend of [Latte](https://latte.nette.org): amazing template engine for PHP. Designed for user templates. Removed support for php and similarly dangerous constructions.

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

[](#installation)

The recommended way to install LatteStrict is via Composer (alternatively you can [download package](https://github.com/tacoberu/php-lattestrict/releases)):

```
composer require tacoberu/php-lattestrict
```

Usage
=====

[](#usage)

```
$engine = new Taco\LatteStrict\Engine;
$engine->setLoader(new Latte\Loaders\StringLoader);
echo $engine->renderToString($template, $args);
```

What is removed
===============

[](#what-is-removed)

- pure php code, like ``
- global variables, classes, etc.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d9535bc57ab9e7c844b76be57d024b97eb84e9f8a9d308537afffe9cf81c409?d=identicon)[tacoberu](/maintainers/tacoberu)

---

Top Contributors

[![tacoberu](https://avatars.githubusercontent.com/u/1828339?v=4)](https://github.com/tacoberu "tacoberu (5 commits)")

### Embed Badge

![Health badge](/badges/tacoberu-php-lattestrict/health.svg)

```
[![Health](https://phpackages.com/badges/tacoberu-php-lattestrict/health.svg)](https://phpackages.com/packages/tacoberu-php-lattestrict)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
