Skip to content

f3-factory/fatfree-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 24, 2018
c5aa056 · Dec 24, 2018
Aug 16, 2018
Dec 24, 2018
Nov 7, 2018
Dec 24, 2018
Jan 6, 2015
Apr 26, 2018
Mar 25, 2017
Jun 18, 2018
Dec 24, 2018
Sep 22, 2018
Feb 10, 2017
Nov 7, 2014
Sep 9, 2016
Jan 1, 2017
Mar 25, 2017
Jul 13, 2018
Jan 1, 2017
Mar 22, 2018
Sep 23, 2018
May 27, 2018
Jul 27, 2018
Sep 14, 2018
Jan 1, 2017
Mar 25, 2017
Dec 17, 2018

Repository files navigation

fatfree-core

Fat-Free Framework core library

Usage:

First make sure to add a proper url rewrite configuration to your server, see https://fatfreeframework.com/3.6/routing-engine#DynamicWebSites

without composer:

$f3 = require('lib/base.php');

with composer:

composer require bcosca/fatfree-core
require("vendor/autoload.php");
$f3 = \Base::instance();

For the main repository (demo package), see https://github.com/bcosca/fatfree
For the test bench and unit tests, see https://github.com/bcosca/fatfree/tree/dev
For the user guide, see https://fatfreeframework.com/user-guide
For the documentation, see https://fatfreeframework.com/api-reference