Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baraja-core/simple-template

Simple PHP templating system for user editable templates.
https://github.com/baraja-core/simple-template

edit editable-templates php safe security template template-system validate validator

Last synced: about 2 months ago
JSON representation

Simple PHP templating system for user editable templates.

Awesome Lists containing this project

README

        




BRJ logo



BRJ organisation


Simple template
===============

Simple PHP templating system for user editable templates.

Idea
----

Most applications need to render templates that insert safely treated variables.

This library allows you to easily create templates that can be edited by the user. All templates are rendered in a secure manner that prevents security vulnerabilities from being created.

Each template is validated before rendering for the ability to automatically check the initialization of all variables and available data. You can also perform secure validation against test data before saving a new template.

Typical use: editable email templates or SMS messages.