1. Go to this page and download the library: Download mezon/template-engine library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mezon / template-engine example snippets
$TemplateResources = new TemplateResources(); // getting access to the global storage
$TemplateResources->add_css_file( './res/test.css' ); // additing CSS file
$TemplateResources->add_js_file( './ ]
); // additing JS files
$TemplateResources = new TemplateResources(); // getting access to the global storage
$TemplateResources->add_css_file( './res/test.css' ); // additing CSS file
$TemplateResources->add_css_file( './res/test.css' ); // no file will be added