Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 776 Bytes

ReadMe.MD

File metadata and controls

31 lines (19 loc) · 776 Bytes

Description

A very useful small template engine script to use for small php project.
Ideas and thoughts are collected from codeshack.io provided by David Adams.

Installation

Composer Installation:

composer require hemroy/simpletemplate

Usage

This template engine is very light weight only a single file currently and when compiled
produced compiled php code.

How to use

A demo test folder has been given with this package, where the use of this template engine
has been demonstrated for users who wants to use the package.

Run the demo

Make sure, php is installed and path is set to auto locate php. Then

``` 
php -S localhost:port -t test/ 
```

License

This package is with MIT license.