Skip to content

AceMood/brisk

Repository files navigation

What is brisk

Brisk Library is a PHP static resource load framework, inspired by Phabricator/Celerity and modified it for fitting our project.

Dependency

Brisk Library extract utility functions from Libphutil, without requiring it. We've removed it in the lib folder.

Usage

<?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.

Test

About

PHP static resource load framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published