Skip to content

f3-factory/fatfree-core

Folders and files

NameName
Last commit message
Last commit date
Dec 29, 2024
Dec 28, 2024
Dec 30, 2024
Dec 28, 2024
Dec 29, 2024
Jan 6, 2015
Feb 27, 2022
Jul 3, 2024
Jun 9, 2024
Feb 28, 2025
Jan 30, 2022
Nov 3, 2020
Nov 7, 2014
Dec 29, 2024
Feb 6, 2019
Nov 4, 2022
Nov 24, 2019
Jan 30, 2022
Jul 23, 2023
Nov 3, 2020
Dec 31, 2024
Dec 28, 2024
Feb 13, 2022
Sep 22, 2024
May 26, 2020
Feb 6, 2019
Jun 9, 2024

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/f3-factory/fatfree-dev
For the user guide, see https://fatfreeframework.com/user-guide
For the documentation, see https://fatfreeframework.com/api-reference