Skip to content

A robust template rendering system designed to seamlessly integrate with template files, facilitating dynamic content generation, enhancing the development experience, and enabling rapid creation of user interfaces.

License

Notifications You must be signed in to change notification settings

AuroraLumina/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

view

The View is a template generation for PHP. It allows for creating and managing template files with template tags and variables

Installation

It's recommended that you use Composer to install View.

composer require auroralumina/view

Example

<?php

require_once 'vendor/autoload.php';

$configuration = new AuroraLumina\View\ViewConfiguration([
    __DIR__ . '/views/',
]);

$view = new AuroraLumina\View\View($configuration);

echo $view->render('index');

About

A robust template rendering system designed to seamlessly integrate with template files, facilitating dynamic content generation, enhancing the development experience, and enabling rapid creation of user interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Languages