Hacker News new | ask | show | jobs
by krapp 4688 days ago
Laravel 4 http://laravel.io for large dependency heavy projects,

Slim Framework http://slimframework.com as a microframework.

1 comments

Many of Laravel's components can also be stripped out and used as microframeworks. Their database ORM is particularly nice, and I use it alongside Slim on a few projects.

From my experience using it, Laravel also feels a lot "lighter" than the other big frameworks of the past. It's a bit less opinionated, and it's much easier to get set up and running.