Comment by crowcroft

4 days ago

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.