Brisk Library is a PHP static resource load framework, inspired by Phabricator/Celerity and modified it for fitting our project.
Brisk Library extract utility functions from Libphutil, without requiring it. We've removed it in the lib folder.
<?php
include_once('path/to/brisk/__init__.php');
Then you can use any Classes Brisk provided. The most important for view-rendering is BriskWebPage as an abstract class of all web pages, and BriskPagelet, you can visit Demo for more information.