Welcome to FSC

FSC is the core lib of filesite.io, a small PHP Framework.


Download FSC

Source code: https://git.filesite.io/filesite/fsc, download it via git:

git clone "https://git.filesite.io/filesite/fsc.git"

Sample codes

App parameters

<?php print_r(FSC::$app); ?>

View parameters

<?php print_r($viewData); ?>