← Back to context

Comment by crowcroft

3 days ago

I don't see myself ever using anything other than Laravel, but love these kinds of projects just to see what new ideas they might spark for the wider PHP community. Also interested in https://tempestphp.com/

I was about to start looking for a PHP micro framework. I wish Lumen was still supported.

  • When you say micro framework, what are you looking for? If you're just looking for a routing library then something like Symfony Flex might be what you want.

    I find when I start a project I pretty quickly want to add an ORM, models, and maybe some middleware, and then I'm at a point where I might as well just use Laravel because it's fast enough and I know my way around.

  • Is FuelPHP or CodeIgniter still going? Those were my two favourites back in the day before Laravel came on the scene.

    • I don't think Fuel is at all, and CodeIgniter is... but not really?

      IMO Laravel is kind of the spiritual successor to CodeIgniter, although of course a lot has changed between V1 and V11

      1 reply →