B
B
Bright2011-10-28 11:42:26
PHP
Bright, 2011-10-28 11:42:26

Recommend a micro framework for PHP 5.2

Good afternoon.

Need advice based on personal experience. What micro framework did you work with? Were there any problems? What are the pros/cons?

What I would like:
- routing
- MVC to organize the code beautifully and neatly
- documentation / examples / community that allow you to quickly figure it out and get started
- validation, authorization, templating and other goodies will be a nice plus, but not required (if they are not there, but you can connect add as “plugins” - great)

So far I have googled the following options:
www.limonade-php.net/
www.slimframework.com/

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
sajgak, 2011-10-28
@sajgak

codeigniter as a micro with great documentation will do just fine

A
Anatoly, 2011-10-28
@taliban

Taken out of context, but this is just an example that your tasks do not need a framework, what you ask is implemented in a day, and very carefully and purely for your needs
MVC
Request
Route

T
theRandom, 2011-10-29
@theRandom

Flourish + Moor
- Under MVC
+ Great documentation (in English)
+ Intuitive paradigm (=easy start)
+ Flexible class dependency system (=constructor)
+ 4-line routing

A
Alexey Zhurbitsky, 2011-10-28
@blo

Silex

E
Evgeny Kolotilin, 2011-10-28
@iswitch

Kohana

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question