bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

Is this project still going? #1251

Closed ponasromas closed 2 years ago

ponasromas commented 2 years ago

Seriously considering F3 for my next project. Looking at insanely slow dev pace of F3. Kinda sad.

Natural question: is this project succumbed to Laravel, Symfony and other "fat" giants?

geniuswebtools commented 2 years ago

Yes, but you'll want to use: https://github.com/bcosca/fatfree-core

... for your project.

n0nag0n commented 2 years ago

As a side note, been using Fat-Free for a couple years. Part of the reason that I used F3 was because if development was abandoned, I feel like I could have maintained it if I needed to because it was a relatively small codebase.

Try doing that to Laravel, or heck even Slim (shudder.....)

boussou commented 2 years ago

Same here. I even have an old app that use the old single file version of the F3 framework (v1.4.4).

Slim until v2 is maintainable btw. I remember used slim slender as a starter (search for it in github)