Download the PHP package rain/raintpl without Composer
On this page you can find all versions of the php package rain/raintpl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package raintpl
Short Description easy and fast template engine
License MIT
Homepage http://raintpl.com
Informations about the package raintpl
RainTPL 3
By Federico Ulfo and a lot awesome contributors!
RainTPL is an easy template engine for PHP that enables designers and developers to work better together, it loads HTML template to separate the presentation from the logic.
Features
- Easy for designers, only 10 tags, {$variable}, {#constant#}, {include}, {loop}, {if}, { comment }, {noparse}, {function}
- Easy for developers, 5 methods to load and draw templates.
- Powerful, modifier and operation with variables
- Extensible, load plugins and register new tags
- Secure, sandbox with blacklist.
Installation / Usage
- Install composer https://github.com/composer/composer
-
Create a composer.json inside your application folder:
-
Run the following code
- Run one example of RainTPL with your browser:
Documentation
The documentation of RainTPL is divided in documentation for web designers and documentation for PHP developers.
Licence
RainTPL 3, like its antecessor Rain.TPL version 2, is, as of 2018-06-07, published under the MIT Licence.
The above applies to RainTPL 3 itself, not the entire content of this repository. Some of the example-*.php
files and the content below templates/
in this repository are copies of external code under various licences, such as:
- Twitter Bootstrap, under the Apache v2 licence
- LESS - Leaner CSS, under the Apache v2 licence
Note that not all external content comes with full source code, it’s usually just a copy of (possibly minified or otherwise modified) parts of their distribution. The example files may be used as starting points without limitation except the licences on the external content.