Skip to content

hemroy21/simpleTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

simple php template for building php site quickly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published