bcosca / fatfree-core
A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
Installs: 90 894
Dependents: 45
Suggesters: 0
Security: 0
Stars: 147
Watchers: 46
Forks: 56
Open Issues: 37
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2021-01-25 23:34:32 UTC
README
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
Support on Beerpay
Hey dude! Help me out for a couple of 🍻!