IDE for PHP? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-21T06:43:10Zhttp://stackoverflow.com/feeds/question/527232http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/527232/ide-for-php2IDE for PHP? [closed]DotNET2009-02-09T06:16:22Z2009-05-10T10:49:48Z
<p>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?</p>
http://stackoverflow.com/questions/527232/ide-for-php/527243#5272435Answer by Scott Evernden for IDE for PHP?Scott Evernden2009-02-09T06:20:28Z2009-02-09T06:20:28Z<p><a href="http://www.eclipse.org/pdt/" rel="nofollow">PDT Eclipse</a> .. I am pretty happy with Ganymede (3.4) currently</p>
http://stackoverflow.com/questions/527232/ide-for-php/527245#527245-3Answer by Timothy Strimple for IDE for PHP?Timothy Strimple2009-02-09T06:21:09Z2009-02-09T06:21:09Z<p>I try not to do any PHP development anymore, but if I had to, I'd use <a href="http://www.eclipse.org/pdt/" rel="nofollow">Eclipse PDT</a>.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527251#5272512Answer by Michael for IDE for PHP?Michael2009-02-09T06:24:01Z2009-02-09T06:24:01Z<p>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). </p>
<p>Notepad++</p>
http://stackoverflow.com/questions/527232/ide-for-php/527254#5272546Answer by Henrik Paul for IDE for PHP?Henrik Paul2009-02-09T06:24:07Z2009-05-10T10:49:48Z<p>I switched from Eclipse PDT to <a href="http://www.netbeans.org/community/releases/65/" rel="nofollow">NetBeans 6.5</a> recently. It seems to have better code-completion and variable awareness. Although I do miss that good ol' Ctrl-D every now and then :/</p>
<p><em>Edit:</em> <a href="http://download.netbeans.org/netbeans/6.7/beta/" rel="nofollow">NetBeans 6.7</a> has Ctrl-E, which is the equivalent to Eclipse's Ctrl-D. Huzzah!</p>
http://stackoverflow.com/questions/527232/ide-for-php/527258#5272581Answer by teh_noob for IDE for PHP?teh_noob2009-02-09T06:26:26Z2009-02-09T07:32:47Z<p>I use the <a href="http://www.netbeans.org/features/php/index.html" rel="nofollow">NetBeans PHP IDE</a>, 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++.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527261#5272613Answer by CMS for IDE for PHP?CMS2009-02-09T06:26:59Z2009-02-09T06:26:59Z<p>I recommend you to try <a href="http://www.netbeans.org/features/php/" rel="nofollow">Netbeans PHP IDE</a> it haves very good autocompletion and works well for debugging with xdebug.</p>
<p>I was used to work with Vim, but I've switched to Netbeans (with the <a href="http://jvi.sourceforge.net/" rel="nofollow">jVi plugin</a> to get the Vi/Vim input model) for the debugging features, code navigation, <a href="http://www.netbeans.org/features/ide/collaboration.html" rel="nofollow">source control</a> and the <a href="http://www.netbeans.org/features/ide/database.html" rel="nofollow">MySQL integration</a>...</p>
<p><img src="http://www.netbeans.org/images/v6/5/screenshots/php-debugger-cut.png" alt="alt text" /></p>
http://stackoverflow.com/questions/527232/ide-for-php/527271#5272710Answer by vanja. for IDE for PHP?vanja.2009-02-09T06:31:05Z2009-02-09T06:31:05Z<p>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.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527325#5273251Answer by Conrad for IDE for PHP?Conrad2009-02-09T07:15:18Z2009-02-09T07:15:18Z<p>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 <a href="http://www.jcxsoftware.com/vs.php" rel="nofollow">http://www.jcxsoftware.com/vs.php</a></p>
http://stackoverflow.com/questions/527232/ide-for-php/527329#5273290Answer by CountZero for IDE for PHP?CountZero2009-02-09T07:21:12Z2009-02-09T07:21:12Z<p>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</p>
http://stackoverflow.com/questions/527232/ide-for-php/527332#5273320Answer by arin sarkissian for IDE for PHP?arin sarkissian2009-02-09T07:22:22Z2009-02-09T07:22:22Z<p>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.</p>
<p>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.</p>
<p>You're really going to have to try out as many as possible and see which one clicks w/ u.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527349#5273491Answer by Satish for IDE for PHP?Satish2009-02-09T07:29:18Z2009-02-09T07:29:18Z<p>Adobe Dreamweaver is a good tool for developing PHP applications. Its a user friendly IDE with various tools for PHP programming. </p>
http://stackoverflow.com/questions/527232/ide-for-php/527363#5273630Answer by Anders Pedersen for IDE for PHP?Anders Pedersen2009-02-09T07:44:01Z2009-02-09T07:44:01Z<p>I do PHP sometime on the side - And I use Delphi for PHP - <a href="http://www.codegear.com/products/delphi/php" rel="nofollow">http://www.codegear.com/products/delphi/php</a> - And I'm very happy with it.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527380#5273800Answer by Jace Jung for IDE for PHP?Jace Jung2009-02-09T07:56:53Z2009-02-09T07:56:53Z<p><a href="http://www.editplus.com/" rel="nofollow">EditPlus</a> for sure.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527381#5273810Answer by David Hanak for IDE for PHP?David Hanak2009-02-09T07:58:31Z2009-02-09T07:58:31Z<p>You can also give a try to <a href="http://www.aptana.com/php" rel="nofollow">Aptana Studio with PHP support</a>. It is based on Eclipse, but it can be installed on its own.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527393#5273931Answer by greyfade for IDE for PHP?greyfade2009-02-09T08:08:13Z2009-02-09T08:08:13Z<p>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.</p>
<p>Besides Vim, it's all I ever use for PHP.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527410#52741015Answer by Aron Rotteveel for IDE for PHP?Aron Rotteveel2009-02-09T08:24:26Z2009-05-10T10:48:05Z<p><strong>This question has been asked too many times already.</strong></p>
<p>Please refer to:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/170129/best-ide-editor-for-php">best IDE / Editor for PHP</a></li>
<li><a href="http://stackoverflow.com/questions/6166/any-good-php-ide-preferably-free-or-cheap">Any good PHP IDE, preferably free or cheap?</a></li>
<li><a href="http://stackoverflow.com/questions/116292/what-is-the-best-ide-for-php">What is the best IDE for PHP ?</a></li>
<li><a href="http://stackoverflow.com/questions/365676/which-ide-is-for-me">Which IDE is for me?</a></li>
</ul>
http://stackoverflow.com/questions/527232/ide-for-php/527869#5278690Answer by InnovtaeWebs for IDE for PHP?InnovtaeWebs2009-02-09T12:00:23Z2009-02-09T12:00:23Z<p>if you are using linux then qunta is best IDE and for windows Zend Studio is best</p>
http://stackoverflow.com/questions/527232/ide-for-php/527996#5279960Answer by Damien Goujard for IDE for PHP?Damien Goujard2009-02-09T12:42:39Z2009-02-09T12:42:39Z<p>Netbeans PHP IDE it's an very usefull ide, with auto-completion and it's free.</p>
http://stackoverflow.com/questions/527232/ide-for-php/528012#5280120Answer by okoman for IDE for PHP?okoman2009-02-09T12:47:55Z2009-02-09T12:47:55Z<p>My favorite IDE is <a href="http://www.activestate.com/komodo_edit/" rel="nofollow">Komodo Edit</a>. 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.</p>
http://stackoverflow.com/questions/527232/ide-for-php/528103#5281030Answer by Ivan Krechetov for IDE for PHP?Ivan Krechetov2009-02-09T13:19:57Z2009-02-09T13:19:57Z<p>I was a long Eclipse PDT user, then tried NetBeans and didn't like it, as it was way too slow.</p>
<p>Finally, I ended up with TextMate (Mac only, but there's Windows analog -- E-TextEditor).</p>
http://stackoverflow.com/questions/527232/ide-for-php/529689#5296890Answer by Syntax for IDE for PHP?Syntax2009-02-09T20:04:50Z2009-02-09T20:04:50Z<p>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.</p>