TYPO3/Fluid

Name: Fluid

Owner: TYPO3 GitHub Department

Description: Fluid template rendering engine - Standalone version

Created: 2015-08-13 15:04:55.0

Updated: 2018-04-24 13:38:36.0

Pushed: 2018-05-16 06:02:04.0

Homepage:

Size: 3373

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TYPO3.Fluid Rendering Engine

Build Status Coverage Scrutinizer

TYPO3 community template engine - composer-enabled, Flow/CMS dependency-free PSR-4 edition.

Installation
  1. Include as composer dependency using composer require typo3fluid/fluid
  2. Run composer install to generate the vendor class autoloader
  3. The classes from TYPO3.Fluid can now be used in your composer project
Usage Examples

Small usage examples have been included in the examples/ folder. The examples are PHP scripts which render the templates and their atomic partials and layouts from the folders. In the PHP files you can find the most basic implementation example - and you can execute the examples by running them through your HTTPD or calling php examples/example_variables.php etc.

Tip: you can execute all examples in the same run by calling

find examples/ -depth 1 -name *.php -exec php {} \;

Usage Documentation
Developer Documentation

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.