voidblaster / viewd
A lightweight PHP template engine
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/voidblaster/viewd
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2025-11-25 10:23:14 UTC
README
It's not about reinventing anything - it's about using what's already there.
ViEWD is a minimalist template engine for PHP. Since it relies on PHP's built-in standard-functionality and doesn't use any other special language, it's considered a native template engine.
Installation
Just copy those modules you'd like to use in your project. Or add this repo as git submodule.
This package is also available via composer.
Try $ composer require voidblaster/viewd
Usage
See example directory.