Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

In Your Experience and Opinion What is the Best PHP Framework?

I'm looking for a new framework to call home but I'd like to stay with PHP, for now.

I'll be using it for small web apps that may need to have APIs.

Thanks for your feedback!

3 Answers

Hi Keith,

If your looking for a basic framework that will easily handle routes etc then you could have a look at Slim PHP, its a mature framework which will handle all the basics its easily extended using ORM packages etc.

If your looking for something with all these out of the box then Laravel would be a good option, having used it on several projects, I've found the documentation informative and community friendly and helpful.

Obviously this is just my opinion.

Regards Bob

Thanks Bob, I'll check them out.

I'm just looking for ideas so thank you.

It looks like Laravel is where I'm headed. I'm liking everything I see.

Thanks again Bob!