vote up 2 vote down star
1

Is there any good IDE for PHP which is lite, accessible and has basic features like file management and code completion? The biggest bad thing about php development is that it's lack of a good IDE. Which IDE are you all using for PHP development?

flag
Dupe, see stackoverflow.com/questions/116292/… – paxdiablo Feb 9 at 6:27

closed as exact duplicate by cletus, Henrik Paul, Ólafur Waage, Pat, SilentGhost May 10 at 11:28

21 Answers

vote up 0 vote down

I've used Zend Studio w/ Zend Platform, NuSphere PHPEd (current), dreamweaver, and standard vi. I'm prefering PHPEd right now for step debugging WITHOUT zend platform.

link|flag
vote up 0 vote down

I was a long Eclipse PDT user, then tried NetBeans and didn't like it, as it was way too slow.

Finally, I ended up with TextMate (Mac only, but there's Windows analog -- E-TextEditor).

link|flag
vote up 0 vote down

My favorite IDE is Komodo Edit. It's free and it has many features like code completion, macros and so on. I use Komodo for a very long time now and I never found anything to complain.

link|flag
vote up 0 vote down

Netbeans PHP IDE it's an very usefull ide, with auto-completion and it's free.

link|flag
vote up 0 vote down

if you are using linux then qunta is best IDE and for windows Zend Studio is best

link|flag
vote up 15 vote down

This question has been asked too many times already.

Please refer to:

link|flag
Anyone who searches the site a little bit, can find some answers. Use search more.. – Burak Erdem Feb 9 at 8:53
vote up 1 vote down

I swear by Quanta+. Its only unfortunate feature is that it has been Linux-only for many years, as part of KDE. With KDE getting a lot of Windows ports, though, I wouldn't be surprised to see Quanta+ 4 on Windows and Mac. I highly suggest at least checking it out.

Besides Vim, it's all I ever use for PHP.

link|flag
vote up 0 vote down

You can also give a try to Aptana Studio with PHP support. It is based on Eclipse, but it can be installed on its own.

link|flag
vote up 0 vote down

EditPlus for sure.

link|flag
vote up 0 vote down

I do PHP sometime on the side - And I use Delphi for PHP - http://www.codegear.com/products/delphi/php - And I'm very happy with it.

link|flag
vote up 1 vote down

Adobe Dreamweaver is a good tool for developing PHP applications. Its a user friendly IDE with various tools for PHP programming.

link|flag
vote up 0 vote down

I do quite a lot of Java development as well and my benchmark for IDEs is IntelliJ IDEA which is beyond amazing. ive tried just about everything for PHP and they all come up short (truth is there's technical limitations w/ how good an IDE can be w/ a dynamic language). in my experience the two best have been Netbeans and Eclipse 3.4 + PDT. Zend Studio is pretty good but the added features over PDT are not worth $400... maybe $99, but not $400.

there's some things I loved about Netbeans but I eventually switched back to Eclipse + PDT. Honestly I wish I could cherry pick features from each IDE and combine them.

You're really going to have to try out as many as possible and see which one clicks w/ u.

link|flag
vote up 0 vote down

I recently started using Zend Neon. Im very very pleased with it. Offers you SVN integration, PHPUnit tests, WYSIWYG HTML editor, PHPDocumentor and Database management tools, code competition. It seems to me that I can develop sites from beginning to an end without switching to other applications. Everything I need is already there

link|flag
vote up 1 vote down

Oddly enough there is a Visual Studio Extensibility product to allow you to do your PHP development. Looks pretty good, though i've not tried it myself. Check it out http://www.jcxsoftware.com/vs.php

link|flag
vote up 0 vote down

I'm a VisualStudio user but NetBeans seems to be a great little tool - at least it has built in code complete and manual entries for php library functions.

link|flag
vote up 3 vote down

I recommend you to try Netbeans PHP IDE it haves very good autocompletion and works well for debugging with xdebug.

I was used to work with Vim, but I've switched to Netbeans (with the jVi plugin to get the Vi/Vim input model) for the debugging features, code navigation, source control and the MySQL integration...

alt text

link|flag
vote up 1 vote down

I use the NetBeans PHP IDE, which is very complete and organized, and has the code completing feature your looking for. To be honest I also catch myself using a souped up text editor called Notepad++.

link|flag
vote up 6 vote down

I switched from Eclipse PDT to NetBeans 6.5 recently. It seems to have better code-completion and variable awareness. Although I do miss that good ol' Ctrl-D every now and then :/

Edit: NetBeans 6.7 has Ctrl-E, which is the equivalent to Eclipse's Ctrl-D. Huzzah!

link|flag
Direct download link: netbeans.org/downloads/… – Pies Feb 9 at 6:25
I have used dozens of IDEs, so far netbeans is the best. – Ainab Feb 9 at 7:04
vote up 2 vote down

I've tried a ton of different IDE's for php and I agree there aren't really any good ones. The eclipse PDT addon is... ok but I'm not sold on it (or eclipse, java apps respond too slowly) I haven't invested much time in Netbeans but... I hate Java apps. I always turn back to Notepad++ with word completion or function completion enabled (function hints crash notepad++ for me).

Notepad++

link|flag
vote up -3 vote down

I try not to do any PHP development anymore, but if I had to, I'd use Eclipse PDT.

link|flag
vote up 5 vote down

PDT Eclipse .. I am pretty happy with Ganymede (3.4) currently

link|flag
Can you step into / step over code with PDT Eclipse? I was trying to figure that out, and I think I might need some kind of Zend debugger. – patrickinmpls May 18 at 22:15

Not the answer you're looking for? Browse other questions tagged or ask your own question.