Registry / web-framework / bcosca-fatfree-core

bcosca-fatfree-core

JSON →
library3.9.2phppackagistunverified

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

composer require bcosca/fatfree-core
INSTALL
IMPORT
SIG · BCOSCA-FATFREE-COR
B
bcosca-fatfree-core
web-frameworkphpv3.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Base
use Base;

Initialize the framework and define a simple route.

use Base; $f3 = Base::instance(); $f3->route('GET /', function($f3) { echo 'Hello, World!'; }); $f3->run();
Debug
Known issues
gotchaGlobal namespace usage may conflict with other libraries
fix
Use the F3 autoloader or alias the Base class to avoid collisions.
affects: >=3.0.0
Upgrade
Version history
3.9.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
bcosca-fatfree-core — pip install bcosca-fatfree-core · libregistry