PHPackages                             causal/fluid-standalone-renderer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. causal/fluid-standalone-renderer

ActiveLibrary

causal/fluid-standalone-renderer
================================

A rendering engine for Fluid standalone

0.2.0(8y ago)152LGPL-3.0PHPPHP &gt;=7.0.0

Since Nov 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xperseguers/fluid-standalone-renderer)[ Packagist](https://packagist.org/packages/causal/fluid-standalone-renderer)[ RSS](/packages/causal-fluid-standalone-renderer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Fluid Standalone Rendering Engine
=================================

[](#fluid-standalone-rendering-engine)

As a designer/integrator, this package allows you to easily render templates and partials before their actual integration into a full-blown TYPO3 website.

This is especially useful when the designer team works on template files (HTML/CSS/JS) and provide ready-to-use assets to the TYPO3 integration team.

Installation
------------

[](#installation)

1. Include as composer dependency using `composer require causal/fluid-standalone-renderer`
2. Run `composer install` to generate the vendor class autoloader

Dispatcher
----------

[](#dispatcher)

You then need a simple `index.php` (or whichever name you want) script within your design project:

```
