Skip to content
/ Fluid Public
forked from TYPO3/Fluid

Fluid template rendering engine - Standalone version

License

Notifications You must be signed in to change notification settings

Shinyo15/Fluid

 
 

Repository files navigation

TYPO3.Fluid Rendering Engine

Build Status

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

The library source comes with a set of example scripts to study and play around with. They are PHP entry scripts which render templates, their partials and layouts.

$ git clone [email protected]:TYPO3/Fluid.git
$ composer update
# Run a single example file:
$ php examples/example_format.php
# Run all example files:
$ find examples/ -maxdepth 1 -name \*.php -exec php {} \;

Usage Documentation

Developer Documentation

License

LGPL 3.0 License. See LICENSE file.

About

Fluid template rendering engine - Standalone version

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • HTML 0.1%