E
E
Eugene2012-07-27 15:05:31
PHP
Eugene, 2012-07-27 15:05:31

PHP micro framework: Fat-free vs Slim?

There is a need to write a small promo site (multilingual, a couple of static pages, a guest book, pre-order, several interactive goodies).
This makes it possible to try out some kind of microframework.
I choose between Fat-free and Slim .
I read the source code diagonally.
F3 seems simpler, more features out of the box (including multilingual and mini-ORM).
Slim is written more carefully, the quality of the code inspires confidence.
I would be glad to hear recommendations / criticism / feedback about these frameworks.
For one thing, I ask you to recommend a lightweight ORM.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
M
Mikhail Osher, 2012-07-27
@miraage

There is no multilingualism in Slim. Slim does not have an ORM.
Multilingual - you can do it yourself.
ORM - j4mie.github.com/idiormandparis/
I took part in the development of Slim, so I would choose it :)

N
nikel303, 2012-07-27
@nikel303

By the way, there is also Silex

M
Murloc, 2012-07-29
@Murloc

Why orm if sql is much more flexible and convenient?

A
Anatoly, 2012-07-27
@taliban

Slim is too scarce in functionality, sooner or later, even for the simplest sites you will need more functionality, you will write it yourself or take it from other frameworks =) And they have the same core, another thing is that slim essentially consists only of the core.

T
tnz, 2012-07-28
@tnz

There is also Flight

V
Vitaly Kudla, 2015-07-10
@Vet888

Fat-free is my advice to you, he will be richer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question