Version 3.7.3-Release

The first thing you might want to do is visualize your directory structures. Fat-Free gives you total control over your Web site. Organize your folders in any way that pleases you (or your development team if you're part of a group). Decide where you want to store the following:

For security reasons, consider relocating the lib/ folder to a path that's not Web-accessible. If you decide to move this folder, just change the line in index.php containing require 'lib/base.php'; so it points to the new location. The lib/ folder also contains framework plug-ins that extend F3's capabilities. You can change the default location of all plug-ins by moving the files to your desired subdirectory. Then, it's just a matter of pointing the PLUGINS global variable to the new location. You may delete the plug-ins that you don't need. You can reinstate them later as you find necessary.

F3 can autoload OOP classes for you. Just add the path to the AUTOLOAD variable.

When you're ready to write your F3-enabled site, you can start editing the rest of the code contained in the index.php file that displayed this Web page. Developing PHP applications will never be the same!

PHP Dependencies

Some framework features in this version will not be available if PHP is not configured with the modules needed by your application.

Class/Plug-in PHP Module
Base hash
json
session
mbstring
Cache apc
apcu
memcache
memcached
redis
wincache
xcache
DB\SQL pdo
pdo_dblib
pdo_mssql
pdo_mysql
pdo_odbc
pdo_pgsql
pdo_sqlite
pdo_sqlsrv
DB\Jig json
DB\Mongo json
mongo
Auth ldap
pdo
Bcrypt openssl
Image gd
Lexicon iconv
SMTP openssl
Web curl
openssl
simplexml
Web\Geo geoip
json
Web\OpenID json
simplexml
Web\OAuth2 json
Web\Pingback dom
xmlrpc
CLI\WS pcntl

Need Help?

If you have any questions regarding the framework, technical support is available at https://groups.google.com/forum/?fromgroups#!forum/f3-framework

You can also join our Slack Channel to get support

Need live support? You can talk to the development team and the rest of the Fat-Free community via IRC. We're on the FreeNode (chat.freenode.net) #fatfree channel. If the channel appears quiet, the development team might just be busy with the next great release, or it's probably due to time zone differences. Just hang around.

The User Reference is designed to serve as a handbook and programming guide. However, the online documentation at https://github.com/bcosca/fatfree provides the latest and most comprehensive information about the framework.

Fair Licensing

Fat-Free Framework is free software covered by the terms of the GNU Public License (GPL v3). You may not use the software, documentation, and samples except in compliance with the license. If the terms and conditions of this license are too restrictive for your use, alternative licensing is available for a very reasonable fee.

If you feel that this software is one great weapon to have in your programming arsenal, it saves you a lot of time and money, use it for commercial gain or in your business organization, please consider making a donation to the project. A significant amount of time, effort, and money has been spent on this project. Your donations help keep this project alive and the development team motivated. Donors and sponsors get priority support commensurate to your contribution (24-hour response time on business days).

Support F3

F3 is community-driven software. Support the development of the Fat-Free Framework. Your contributions help keep this project alive.