Good PHP MVC Framework

Cosmic

Manners maketh man
Joined
Jul 4, 2009
Messages
12,888
Reaction score
951
FP$
29
I'm wondering whether to start my own framework, or use someone else's.

Do you have any PHP MVC frameworks to recommend? 🙂
 
I've used Laravel for a project, and I really liked it. It is really powerful and really flexible, but it isn't a pain to learn. The migrations system for writing database schema is really nice, and works really well when working with source control. Compared to CakePHP, which I had also used extensively, I liked Laravel far more. Would definitely recommend.

Here is a link: http://laravel.com/
 
If you never used an MVC system then create your own so you can fully learn it. Else laravel will do the job.
 
Back
Top Bottom