PHPackages                             skayo/f3-boilerplate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. skayo/f3-boilerplate

ActiveProject[Framework](/categories/framework)

skayo/f3-boilerplate
====================

Boilerplate for creating Web Applications with F3 (Fat-Free Framework)

1.9(5y ago)0251MITPHP

Since Mar 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Skayo/F3-Boilerplate)[ Packagist](https://packagist.org/packages/skayo/f3-boilerplate)[ Fund](https://buymeacoff.ee/Skayo)[ Fund](https://liberapay.com/Skayo)[ RSS](/packages/skayo-f3-boilerplate/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

Fat-Free Framework Boilerplate
==============================

[](#fat-free-framework-boilerplate)

This is a simple boilerplate for Projects using the [Fat-Free Framework](https://fatfreeframework.com/).

Getting Started
---------------

[](#getting-started)

### With `composer create-project`

[](#with-composer-create-project)

Replace `my-project` with your project name:

```
composer create-project skayo/f3-boilerplate my-project
```

### With `composer install`

[](#with-composer-install)

Clone this repository and then run:

```
composer install
```

Then copy `.env.example` to `.env`

Directory Structure
-------------------

[](#directory-structure)

The directory structure is heavily inspired by Laravel/Lumen and can be customized however you want:

```
.
├── .env               # environment variables
├── app/
│   ├── Controllers/
│   ├── Models/
│   └── Helpers/       # helper functions and classes
├── config/
│   ├── bootstrap.php  # initializes the whole application
│   ├── globals.php    # framework variables and other globals
│   └── routes.php     # routes, maps and redirects
├── public/            # public web root
│   └── index.php      # entry point of the whole application
├── resources/
│   ├── langs/         # localization files
│   └── views/         # views/layouts
├── storage/           # storage for the application (needs chmod 0777)
│   ├── cache/
│   ├── logs/
│   ├── tmp/           # temporary files
│   └── uploads/
└── lib/               # composer install directory

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

10

Last Release

1863d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f848d9574bbd60bbcc8838bb0045afb4e3613fa7b56bd25529b6a09b15ca4838?d=identicon)[jonasgeiler](/maintainers/jonasgeiler)

---

Top Contributors

[![jonasgeiler](https://avatars.githubusercontent.com/u/10259118?v=4)](https://github.com/jonasgeiler "jonasgeiler (20 commits)")

### Embed Badge

![Health badge](/badges/skayo-f3-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/skayo-f3-boilerplate/health.svg)](https://phpackages.com/packages/skayo-f3-boilerplate)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
