Skip to content

all-ride/ride-lib-template-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ride: Template Library (PHP)

PHP engine for the template library of the PHP Ride framework.

Code Sample

Check this code sample to see how to initialize this library:

use ride\library\template\engine\PhpEngine;

function createPhpTemplateEngine(System $system) {
    $engine = new PhpEngine($system->getFileBrowser(), 'view/php');
    
    return $engine;
}

Implementations

You can check the related implementations of this library:

Installation

You can use Composer to install this library.

composer require ride/lib-template-php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages