signaturepdf/vendor/fatfree
Vincent LAURENT 30aa95f6ce Fatfree core lib only 2022-03-26 23:40:57 +01:00
..
cli Fatfree core lib only 2022-03-26 23:40:57 +01:00
db Fatfree core lib only 2022-03-26 23:40:57 +01:00
web Fatfree core lib only 2022-03-26 23:40:57 +01:00
CHANGELOG.md Fatfree core lib only 2022-03-26 23:40:57 +01:00
COPYING Fatfree core lib only 2022-03-26 23:40:57 +01:00
README.md Fatfree core lib only 2022-03-26 23:40:57 +01:00
audit.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
auth.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
base.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
basket.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
bcrypt.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
code.css Fatfree core lib only 2022-03-26 23:40:57 +01:00
composer.json Fatfree core lib only 2022-03-26 23:40:57 +01:00
f3.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
image.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
log.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
magic.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
markdown.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
matrix.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
session.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
smtp.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
template.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
test.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
utf.php Fatfree core lib only 2022-03-26 23:40:57 +01:00
web.php Fatfree core lib only 2022-03-26 23:40:57 +01:00

README.md

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