Download the PHP package mikjaer/simpletpl without Composer
On this page you can find all versions of the php package mikjaer/simpletpl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikjaer/simpletpl
More information about mikjaer/simpletpl
Files in mikjaer/simpletpl
Download mikjaer/simpletpl
More information about mikjaer/simpletpl
Files in mikjaer/simpletpl
Vendor mikjaer
Package simpletpl
Short Description SimpleTpl is a simple Smarty-like template engine
License GPLv2 or BSD
Package simpletpl
Short Description SimpleTpl is a simple Smarty-like template engine
License GPLv2 or BSD
Please rate this library. Is it a good library?
Informations about the package simpletpl
# SimpleTpl v.1.0
A lightweight PHP Template engine, designed to replace Smarty.
Project goals:
- Warning-free and neat code
- Small and durable solution
- FAQ -
Q: Why no {section}{/section} controlstructure?
A: It has been replace with {for} and {foreach}, the behaviour
of a given function should not be dictated by it' parameters
but by the functionname itself.
Q: How do i get started?
A: Download example.php, example.tpl and SimpleTpl.class.php and
read the code, play around with it, it's pretty self-explanatory.
More details in getting-started.txt.
Q: What's the license?
A: GNU GPL v2 or MIT BSD, i reserve the right to re-release the coder and any contributions under
a different license under my choosing. If you want this software under another license, please contact me.
Q: Can i make money using this code?
A: Sure, just keep my name in the credits and drop me a line if you do.
All versions of simpletpl with dependencies
PHP Build Version
Package Version
No informations.
The package mikjaer/simpletpl contains the following files
Loading the files please wait ....