znframework / package-template-engine
ZN Framework Template Engine Package
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/znframework/package-template-engine
Requires
- php: >=7.0.0
- znframework/package-zerocore: >=6.0
README
ZN Framework Template Engine Package
Follow the steps below for installation and use.
Installation
You only need to run the following code for the installation.
composer require znframework/pagkage-template-engine
Documentation
Click for documentation of your library.
Example Usage
Basic level usage is shown below.
<?php require 'vendor/autoload.php'; echo ZN\TemplateEngine\Wizard::file('home.php');