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

Software Singh
Software Singh
7,123 Points

anything similar to visual studio for php??

like we have visual studio in .net . is there anything similar for php available

JetBrains makes a tool called PHPStorm.

2 Answers

Hey there,

PHP storm is my favourite so far - it's probably the best purpose built IDE for php available. But yes, it's relatively expensive :-(

You can get it for free by downloading the EAP version. Trouble is, you have to download the latest version every month (when the new beta is created) and sign up for another 30 day free trial. You might also run into a few bugs here and there. If you can put up with that, download it here.

There's a huge number of plugins available for sublime 3.0 that can get pretty close to phpstorms native behaviour - definitely download a few of those to get started. A quick google search will return blog posts like this one about the 'best packages available'.

Hi!

There is a company called JetBrains that have a fantastic set of IDE's available to download. They are paid products but you can get free trials and etc so they are definitely worth checking out! On top of that, if you are a student you can get free licenses to all of their software just by getting in contact with them.

Their PHP IDE, PHPStorm, is supposed to be absolutely fantastic so definitely look into it.

I hope that this helped you out, if you have any more questions feel free to ask them.

-Luke