https://github.com/syntaxseed/templateseed
Lightweight and simple templating class for PHP. Caching, and natural PHP template syntax.
https://github.com/syntaxseed/templateseed
caching php php-templating view
Last synced: 11 months ago
JSON representation
Lightweight and simple templating class for PHP. Caching, and natural PHP template syntax.
- Host: GitHub
- URL: https://github.com/syntaxseed/templateseed
- Owner: syntaxseed
- License: mit
- Created: 2018-01-25T22:07:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T20:09:45.000Z (about 1 year ago)
- Last Synced: 2025-04-14T18:13:33.147Z (11 months ago)
- Topics: caching, php, php-templating, view
- Language: PHP
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
TemplateSeed
=========================
A lightweight, simple PHP templating class with caching and natural PHP template syntax.
Licence: MIT.
Version: 1.4.0
Author: Sherri Wheeler (Mastodon: [@SyntaxSeed](https://phpc.social/@syntaxseed)) https://syntaxseed.com
Features
--------
* PSR-4 autoloading compliant structure.
* Simple to learn and use.
* Template markup language is standard PHP.
* Pass any number of parameters to a template.
* Set global parameters for all templates.
* Small code footprint: integrates easily into your project.
* Simple output caching.
* Supports masterpages (sub-templates).
* Easy to customize.
* Unit-Testing with PHPUnit.
* Can be used for static site generation.
Get Started & Documentation
--------
**[Jump Into The TemplateSeed Docs!](https://syntaxseed.github.io/templateseed/)**