7
arnyek
7y

I wanna rewrite a small php site with a microframework. So far, I've found Silex and Lumen an interesting choice, but I can't decide which one to go with, since both are new to me. Though I'm using Symfony a lot and haven't use Laravel yet and these micro ones are their lite editions, I'd choose Silex but Lumen seems better at first glance, so I'm uncertain. Which one do you suggest?

Comments
  • 1
    @norman70688 definitely second the recommendation for Slim. Used it professionally for a year and it gets out of the way enough that I think it's pretty good.
  • 1
    Slim or the lightweight child of laravel, lumen
  • 1
    @Artemix Well, oc I didn't want to use Symfony or Laravel as microframework. I'm using Symfony for large projects only. I mentioned them because they're the parents of Silex and Lumen.
    Btw I'll check the ones you suggested, thanks.
  • 1
    @jamlam Yeah, one of my mentioned choices is already Lumen, but Slim got more votes here, so I'll consider this, thanks.
  • 1
    @Sh4dow fwiw: I have also used Lumen, but I think it's still a little too heavy for me, and definitely contains a bit too much magic for me.

    YMMV as ever though, of course.
  • 1
    Slim + Idiorm
  • 0
    CodeIgniter doesnt require anything than the files. Easy to start easy to finish has an mvc model.
  • 0
    @curlyDev really not a microframework though is it?
Add Comment