PHP code example of causal / fluid-standalone-renderer
1. Go to this page and download the library: Download causal/fluid-standalone-renderer 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/ */
causal / fluid-standalone-renderer example snippets
lPath = __DIR__ . '/Resources/Private/';
$dataPath = __DIR__ . '/Resources/Private/Samples/';
$server = new \Causal\FluidStandaloneRenderer\Server(
basename(__FILE__),
$htmlPath,
$dataPath
);
echo $server->run();