Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/baraja-core/simple-template
- Owner: baraja-core
- License: mit
- Created: 2022-01-23T20:47:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T20:12:23.000Z (7 months ago)
- Last Synced: 2024-08-16T14:14:02.250Z (4 months ago)
- Topics: edit, editable-templates, php, safe, security, template, template-system, validate, validator
- Language: PHP
- Homepage: https://php.baraja.cz
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.