PHPackages                             mcstreetguy/tempearly - 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. mcstreetguy/tempearly

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

mcstreetguy/tempearly
=====================

A tiny PHP templating engine.

v0.4.2(8y ago)11781MITPHP

Since Jan 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/MCStreetguy/Tempearly)[ Packagist](https://packagist.org/packages/mcstreetguy/tempearly)[ RSS](/packages/mcstreetguy-tempearly/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)DependenciesVersions (11)Used By (1)

Tempearly
=========

[](#tempearly)

[![Packagist](https://camo.githubusercontent.com/6b24c5f5424c2ce15d3615470a657034a459aa3674e422ffb27db5ff8cdf82e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d637374726565746775792f74656d706561726c792e737667)](https://packagist.org/packages/mcstreetguy/tempearly)[![Packagist](https://camo.githubusercontent.com/23d6204ea4556a90c123e75c5c30c86174806c70f16257f4577c6fedce8b414c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d637374726565746775792f74656d706561726c792e737667)](https://packagist.org/packages/mcstreetguy/tempearly)[![GitHub tag](https://camo.githubusercontent.com/ae87373e1af6d4537b9996f1473e9de78792166ad910450a2bb5583b48668064/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6d637374726565746775792f74656d706561726c792e737667)](https://github.com/MCStreetguy/Tempearly)[![Packagist](https://camo.githubusercontent.com/a0d3be988a8aa6cc0aa803001a5b102f148273fd1271344ea2eae57403217be6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d637374726565746775792f74656d706561726c792e737667)](https://packagist.org/packages/mcstreetguy/tempearly)[![GitHub issues](https://camo.githubusercontent.com/df458c8ac7e8665ce64f0362b3aaf886b5c197056772a6f1b6986f6fd9a30e08/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d637374726565746775792f74656d706561726c792e737667)](https://github.com/MCStreetguy/Tempearly/issues)[![GitHub pull requests](https://camo.githubusercontent.com/79ed4cab1795ee849f11e043ea85664bd2e46b429dee48393836a3399f260118/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6d637374726565746775792f74656d706561726c792e737667)](https://github.com/MCStreetguy/Tempearly/pulls)[![GitHub last commit](https://camo.githubusercontent.com/fcf4c6da7e4c57ed284ad2f28d74785d3f6a018781342c763c8a96ee6885d280/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6d637374726565746775792f74656d706561726c792e737667)](https://github.com/MCStreetguy/Tempearly/commits/master)[![GitHub repo size in bytes](https://camo.githubusercontent.com/5083de944cc95235d75198e3c95917e4d58d1defc34eaf1ee157e3d1d2d92449/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f6d637374726565746775792f74656d706561726c792e737667)](https://github.com/MCStreetguy/Tempearly)[![GitHub code size in bytes](https://camo.githubusercontent.com/1c07f0ee37bce94a61420cc5a3dd0896e6ccdeffe6124b833b5f045ffbb48488/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f6d637374726565746775792f74656d706561726c792e737667)](https://github.com/MCStreetguy/Tempearly/tree/master/src)[![Documentation Status](https://camo.githubusercontent.com/5cf1169b8ba7ce137500ba1fef00667d359816229c7c90c5ff406a0d4b117364/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f74656d706561726c792f62616467652f3f76657273696f6e3d6c6174657374)](http://tempearly.readthedocs.io/en/latest/?badge=latest)

A tiny PHP templating engine.

Visit the [full documentation](https://docs.mcstreetguy.de/Tempearly/) for a detailed explanation.

### Installation

[](#installation)

```
$ composer require mcstreetguy/tempearly

```

### Usage

[](#usage)

```
$engine = new MCStreetguy\Tempearly('path/to/templates','.tpl.html');
```

---

```
$engine->parse('login-template-1',array(
  'my-variable' => 'Hello World!',
  'another-variable' => true
));
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~2 days

Total

10

Last Release

3083d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8970747?v=4)[Maximilian Schmidt](/maintainers/MCStreetguy)[@MCStreetguy](https://github.com/MCStreetguy)

---

Top Contributors

[![MCStreetguy](https://avatars.githubusercontent.com/u/8970747?v=4)](https://github.com/MCStreetguy "MCStreetguy (1 commits)")

---

Tags

phpphp-libraryphp7tempearlytemplate-enginetemplatingtemplating-engine

### Embed Badge

![Health badge](/badges/mcstreetguy-tempearly/health.svg)

```
[![Health](https://phpackages.com/badges/mcstreetguy-tempearly/health.svg)](https://phpackages.com/packages/mcstreetguy-tempearly)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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