best IDE / Editor for PHP - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T08:55:26Z http://stackoverflow.com/feeds/question/170129 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/170129/best-ide-editor-for-php -1 best IDE / Editor for PHP Omar Abid 2008-10-04T11:01:39Z 2009-05-10T12:48:39Z <p>I want to know if there's an IDE for PHP like Visual Web Developer for .net? Thanks mates</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170143#170143 7 Answer by Paul Dixon for best IDE / Editor for PHP Paul Dixon 2008-10-04T11:08:17Z 2008-10-04T11:08:17Z <p>Take a look at this question: <a href="http://stackoverflow.com/questions/6166/any-good-php-ide-preferably-free-or-cheap">Any good PHP IDE, preferably free or cheap?</a></p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170146#170146 0 Answer by Andre Bossard for best IDE / Editor for PHP Andre Bossard 2008-10-04T11:09:36Z 2008-10-04T11:09:36Z <p>What about <a href="http://www.codegear.com/products/delphi/php" rel="nofollow">Delphi for PHP 2.0</a>?</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170150#170150 0 Answer by andy.gurin for best IDE / Editor for PHP andy.gurin 2008-10-04T11:11:54Z 2008-10-04T11:11:54Z <p>I've been developing in PHP for five year and tried almost every available IDE, the best one is ZEND(<a href="http://www.zend.com/" rel="nofollow">http://www.zend.com/</a>) it has a great support for autocompleting, project management, debugger and profiler. It integrates with svn and csv</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170151#170151 2 Answer by Mun for best IDE / Editor for PHP Mun 2008-10-04T11:12:07Z 2008-10-04T11:12:07Z <p>It's not quite like Visual Web Developer, or free, but <a href="http://www.zend.com/en/products/studio/" rel="nofollow">Zend Studio</a> is one of the better PHP development apps I've used. Haven't tried the newer 6.1 version, but <a href="http://www.zend.com/products/studio/downloads-prev" rel="nofollow">5.5</a> was quite good the last time I used it. You could also try something like <a href="http://www.blumentals.net/webuilder/" rel="nofollow">Webuilder</a> or <a href="http://www.adobe.com/products/homesite/" rel="nofollow">Homesite</a>, but I've found these to be a little buggy with frequent crashes (though they are cheaper than Zend Studio).</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170153#170153 0 Answer by Christoph Schiessl for best IDE / Editor for PHP Christoph Schiessl 2008-10-04T11:12:39Z 2008-10-04T11:12:39Z <p><a href="http://www.macromates.com" rel="nofollow">TextMate</a> on Mac OS X!</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170349#170349 2 Answer by Ali for best IDE / Editor for PHP Ali 2008-10-04T13:44:30Z 2008-10-04T13:44:30Z <p>try out aptana</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170375#170375 0 Answer by adolfojp for best IDE / Editor for PHP adolfojp 2008-10-04T14:01:11Z 2008-10-04T14:01:11Z <p>I like the Eclipse PDT all in one. </p> <p>"The package includes: WTP (all in one), PDT and a plugin of Zend Debugger." <a href="http://www.zend.com/en/community/pdt" rel="nofollow">http://www.zend.com/en/community/pdt</a></p> <p>Komodo IDE is also fantastic.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170383#170383 0 Answer by Nicholas for best IDE / Editor for PHP Nicholas 2008-10-04T14:09:00Z 2008-10-04T14:09:00Z <p>I use <a href="http://www.jcxsoftware.com/vs.php" rel="nofollow">VS.PHP</a>, an addon (or standalone package) for Visual Studio.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170534#170534 1 Answer by Nick Stinemates for best IDE / Editor for PHP Nick Stinemates 2008-10-04T15:40:54Z 2008-10-04T15:40:54Z <p>I prefer <a href="http://www.eclipse.org/" rel="nofollow">Eclipse</a> with <a href="http://www.eclipse.org/pdt/" rel="nofollow">PDT</a> installed. It contains:</p> <ul> <li>A library of all PHP functions</li> <li>Integrated WSDL Generator</li> <li>Class Designer</li> <li>UML Diagram support</li> <li>Object/Instance IntelliSense.</li> <li>Resource Manager</li> </ul> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170580#170580 2 Answer by gaoshan88 for best IDE / Editor for PHP gaoshan88 2008-10-04T16:09:07Z 2008-10-04T16:09:07Z <p>You may also want to check out this question: <a href="http://stackoverflow.com/questions/165817/what-are-some-pros-and-cons-of-the-various-php-ides">What are some pros and cons of the various PHP IDEs?</a> </p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170750#170750 0 Answer by chazzuka for best IDE / Editor for PHP chazzuka 2008-10-04T17:50:48Z 2008-10-04T17:50:48Z <p>Notepad++ is my choice though it has less intellesense and far from WYSIWYG but it consume less resources and has marked nested coding so you could recognize each block easily, for a kind like Ms VWD Eclipse with PDT installed is great and i having problem with PHPdesigner especially in UTF-8 file encoding, and weird it often produced chunk(or whatever it called) in some pages which makes my JSON response error </p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/171057#171057 5 Answer by Bob Somers for best IDE / Editor for PHP Bob Somers 2008-10-04T21:51:48Z 2008-10-04T21:51:48Z <p>I just switched to <a href="http://www.aptana.com" rel="nofollow">Aptana</a> a few months ago and I really like it.</p> <p>It's free too. :)</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/367689#367689 1 Answer by barfoon for best IDE / Editor for PHP barfoon 2008-12-15T07:35:00Z 2008-12-15T07:35:00Z <p>I've asked a similar question - hopefully some of the feedback / discussion is useful to you: <a href="http://stackoverflow.com/questions/365676/which-ide-is-for-me">http://stackoverflow.com/questions/365676/which-ide-is-for-me</a></p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/367696#367696 1 Answer by Darryl Hein for best IDE / Editor for PHP Darryl Hein 2008-12-15T07:38:22Z 2008-12-15T07:38:22Z <p>Check out <a href="http://www.nusphere.com/products/phped.htm" rel="nofollow">NuSphere PhpED</a>. I've been using it for 3 years now and have been impressed. Also included a debugger, both local and server side.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/367723#367723 0 Answer by pglowack for best IDE / Editor for PHP pglowack 2008-12-15T07:57:00Z 2008-12-15T07:57:00Z <p>"Delphi for PHP" is a very good IDE for building PHP applications, and it also contains VCL for PHP library that provides visual component model and makes database programming easy. More at <a href="http://www.codegear.com/products/delphi/php" rel="nofollow">http://www.codegear.com/products/delphi/php</a></p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/367833#367833 0 Answer by Darkwoof for best IDE / Editor for PHP Darkwoof 2008-12-15T09:14:38Z 2008-12-15T09:14:38Z <p>I use Aptana for most of my PHP and HTML work. Delphi for PHP left a bad taste in my mouth (I used v1.0). I bought it due to CodeGear's (or rather, Borland's) rep, but found the documentation lacking, and the VCL often "broken".</p> <p>On the good side, I found the IDE itself stable enough, rarely ever crashes (unlike my VS2008, which crashed a few times) and provides the usual IDE goodness you'd come to expect from Borland. I bought it for the VCL though so that was a deal-breaker.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/367877#367877 1 Answer by amartin for best IDE / Editor for PHP amartin 2008-12-15T09:42:35Z 2008-12-15T09:42:35Z <p>Since no one have still mentioned it, I use <a href="http://www.netbeans.org/features/php/index.html" rel="nofollow">NetBeans with the PHP Plugin</a> wich supports debugging via XDebug, code completion and itellisense among other useful features.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/367898#367898 0 Answer by Jon for best IDE / Editor for PHP Jon 2008-12-15T09:56:00Z 2008-12-15T09:56:00Z <p>Intype is like Textmate, but for windows: <a href="http://intype.info/home/index.php" rel="nofollow">http://intype.info/home/index.php</a> get a more recent version from the rss feed: <a href="http://intype.info/public/releases/unstable.rss" rel="nofollow">http://intype.info/public/releases/unstable.rss</a></p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/459904#459904 1 Answer by smartj for best IDE / Editor for PHP smartj 2009-01-20T01:57:28Z 2009-01-20T02:06:00Z <p>I'd like to second the call for Eclipse + PDT. Personally, I'm kinda against the whole "IDE debugger" approach to coding -- it can be a crutch, replaceable with good unit testing.</p> <p>The plugins really make PDT Eclipse for me:<br/> <strong>Mylyn</strong> for Bugzilla integration<br/> <strong>Subclipse</strong> for SVN integration<br/> <strong>JSEclipse</strong> for Javascript editing<br/></p> <p>Avoid the new PDT 2.0 -- its been very buggy around our office and is probably not ready for prime time.</p> <p>I've tried a ton of other editors. Here's why I like Eclipse better:</p> <p><strong>Visual Studio</strong> Incredible pain to install, is Windows only, and super expensive. For PHP, VS doesn't really give you much over what you get with Eclipse IMO. Besides, any serious PHP dev should be building and testing code in an environment similar to production (*nix). Plus, it's very expensive. Eclipse is free, portable.</p> <p><strong>Plain-Text Editors</strong> Doesn't tell you when you have basic syntax errors. No code completion which saves bugs, time, and money.</p> <p><strong>Aptana</strong> I couldn't get this one to work flawlessly, and it seems to slow down Eclipse without much benefit. I don't require a visual HTML designer nor a debugger, so I Aptana doesn't really give me anything new.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/459906#459906 0 Answer by DFectuoso for best IDE / Editor for PHP DFectuoso 2009-01-20T01:58:41Z 2009-01-20T01:58:41Z <p>Notepad++ fits great to me =)</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/618049#618049 0 Answer by Stas for best IDE / Editor for PHP Stas 2009-03-06T08:22:58Z 2009-03-06T08:22:58Z <p>Hi.</p> <p>Check <a href="http://www.codelobster.com" rel="nofollow">http://www.codelobster.com</a> It is waht you need exactly (with Microfost style)</p> <p>Regards, Stas.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/845208#845208 0 Answer by Daniel S for best IDE / Editor for PHP Daniel S 2009-05-10T12:05:16Z 2009-05-10T12:05:16Z <p>I pretty much use and <b>love</b> <a href="http://www.netbeans.org/" rel="nofollow">Netbeans</a>, it's auto completition and many other small features make it worth the try,</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/845252#845252 1 Answer by Andrioid for best IDE / Editor for PHP Andrioid 2009-05-10T12:33:40Z 2009-05-10T12:33:40Z <p>What I find most useful when programming in PHP is not really the IDE itself, more its integration to my deployment environment. I use Linux and I exclusively use Gedit (Gnome's Text Editor) due to how easy it is to work with remote files on the remote server through SSHFS or FTP.</p> <p>So I strongly recommend getting a virtual file-system environment if you're working with PHP webpages. There is nothing more annoying than having to manually move the files across after modifying. </p> <p>On Windows, Dreamweaver's code editor has this functionality, on Linux (or other *nix variants) can use the gnome virtual file-system or FUSE.</p> <p>However if you're strictly focused on IDE, I recommend <a href="http://bluefish.openoffice.nl/" rel="nofollow">Bluefish</a>.</p> http://stackoverflow.com/questions/170129/best-ide-editor-for-php/845274#845274 0 Answer by KahWee for best IDE / Editor for PHP KahWee 2009-05-10T12:48:39Z 2009-05-10T12:48:39Z <p>I use NetBeans for PHP and like it very much.</p>