up vote 3 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question
feedback

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

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

20 Answers

This question has been asked too many times already.

Please refer to:

link|improve this answer
Anyone who searches the site a little bit, can find some answers. Use search more.. – Burak Erdem Feb 9 '09 at 8:53
feedback

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|improve this answer
Direct download link: netbeans.org/downloads/… – Pies Feb 9 '09 at 6:25
I have used dozens of IDEs, so far netbeans is the best. – Mohamed Feb 9 '09 at 7:04
feedback

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

link|improve this answer
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. – iterationx May 18 '09 at 22:15
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

EditPlus for sure.

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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