PHPackages                             eclipxe/engineworks-templates - 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. eclipxe/engineworks-templates

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

eclipxe/engineworks-templates
=============================

PHP Templates with plugins

v3.0.0(3y ago)159MITPHPPHP &gt;=7.3

Since Sep 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eclipxe13/engineworks-templates)[ Packagist](https://packagist.org/packages/eclipxe/engineworks-templates)[ Docs](https://github.com/eclipxe13/engineworks-templates)[ RSS](/packages/eclipxe-engineworks-templates/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

eclipxe/engineworks-templates - PHP Templates with plugins
==========================================================

[](#eclipxeengineworks-templates---php-templates-with-plugins)

[![Source Code](https://camo.githubusercontent.com/723f9857558013c5606ad41f559bfc4922bac04efdcb4b133ee20328d36a42c0/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d65636c6970786531332f656e67696e65776f726b732d2d74656d706c617465732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/eclipxe13/engineworks-templates)[![Latest Version](https://camo.githubusercontent.com/1c39cd3fba2d71689979bc5d21d693771e153675525b628ab0439f8bbcd8251e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f65636c6970786531332f656e67696e65776f726b732d74656d706c617465732e7376673f7374796c653d666c61742d737175617265)](https://github.com/eclipxe13/engineworks-templates/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/eclipxe13/engineworks-templates/blob/main/LICENSE)[![Build Status](https://camo.githubusercontent.com/823f45778937d8d1aa484b2a00696f0b540328463f629e7e1e2de12f17c64d08/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f65636c6970786531332f656e67696e65776f726b732d74656d706c617465732f6275696c642f6d61696e3f7374796c653d666c61742d737175617265)](https://github.com/eclipxe13/engineworks-templates/actions/workflows/build.yml?query=branch:main)[![Scrutinizer](https://camo.githubusercontent.com/12d6d8085091d8b31edfb1ebe9794e6c8ff6a5e3171fff7937094978806a395a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f65636c6970786531332f656e67696e65776f726b732d74656d706c617465732f6d61696e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/eclipxe13/engineworks-templates?branch=main)[![Coverage Status](https://camo.githubusercontent.com/f223cbe6ca91a4808641eb79200d2465cc588ba68c9a8e1f945b3fcf22e559ba/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f65636c6970786531332f656e67696e65776f726b732d74656d706c617465732f6d61696e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/eclipxe13/engineworks-templates/?branch=main)[![Total Downloads](https://camo.githubusercontent.com/29f0d49833110e1f0a14c1a695e5eba43d301e71a0b06b5a3bb9df652fce4fc3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65636c697078652f656e67696e65776f726b732d74656d706c617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eclipxe/engineworks-templates)

This library is just for running PHP Templates. Similar projects: [Slim/Php-View](https://github.com/slimphp/PHP-View)

PHP is a powerfull template engine by itself, you might not need a template library as Twig, Plates or Smarty. It depends on the problem you are facing, maybe you are working with a legacy system, maybe you just don't want it.

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

[](#installation)

Use composer to install this library `composer require eclipxe/engineworks-templates`

Basic use
---------

[](#basic-use)

```
