best IDE / Editor for PHP - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T08:55:26Zhttp://stackoverflow.com/feeds/question/170129http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/170129/best-ide-editor-for-php-1best IDE / Editor for PHPOmar Abid2008-10-04T11:01:39Z2009-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#1701437Answer by Paul Dixon for best IDE / Editor for PHPPaul Dixon2008-10-04T11:08:17Z2008-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#1701460Answer by Andre Bossard for best IDE / Editor for PHPAndre Bossard2008-10-04T11:09:36Z2008-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#1701500Answer by andy.gurin for best IDE / Editor for PHPandy.gurin2008-10-04T11:11:54Z2008-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#1701512Answer by Mun for best IDE / Editor for PHPMun2008-10-04T11:12:07Z2008-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#1701530Answer by Christoph Schiessl for best IDE / Editor for PHPChristoph Schiessl2008-10-04T11:12:39Z2008-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#1703492Answer by Ali for best IDE / Editor for PHPAli2008-10-04T13:44:30Z2008-10-04T13:44:30Z<p>try out aptana</p>
http://stackoverflow.com/questions/170129/best-ide-editor-for-php/170375#1703750Answer by adolfojp for best IDE / Editor for PHPadolfojp2008-10-04T14:01:11Z2008-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#1703830Answer by Nicholas for best IDE / Editor for PHPNicholas2008-10-04T14:09:00Z2008-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#1705341Answer by Nick Stinemates for best IDE / Editor for PHPNick Stinemates2008-10-04T15:40:54Z2008-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#1705802Answer by gaoshan88 for best IDE / Editor for PHPgaoshan882008-10-04T16:09:07Z2008-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#1707500Answer by chazzuka for best IDE / Editor for PHPchazzuka2008-10-04T17:50:48Z2008-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#1710575Answer by Bob Somers for best IDE / Editor for PHPBob Somers2008-10-04T21:51:48Z2008-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#3676891Answer by barfoon for best IDE / Editor for PHPbarfoon2008-12-15T07:35:00Z2008-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#3676961Answer by Darryl Hein for best IDE / Editor for PHPDarryl Hein2008-12-15T07:38:22Z2008-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#3677230Answer by pglowack for best IDE / Editor for PHPpglowack2008-12-15T07:57:00Z2008-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#3678330Answer by Darkwoof for best IDE / Editor for PHPDarkwoof2008-12-15T09:14:38Z2008-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#3678771Answer by amartin for best IDE / Editor for PHPamartin2008-12-15T09:42:35Z2008-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#3678980Answer by Jon for best IDE / Editor for PHPJon2008-12-15T09:56:00Z2008-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#4599041Answer by smartj for best IDE / Editor for PHPsmartj2009-01-20T01:57:28Z2009-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#4599060Answer by DFectuoso for best IDE / Editor for PHPDFectuoso2009-01-20T01:58:41Z2009-01-20T01:58:41Z<p>Notepad++ fits great to me =)</p>
http://stackoverflow.com/questions/170129/best-ide-editor-for-php/618049#6180490Answer by Stas for best IDE / Editor for PHPStas2009-03-06T08:22:58Z2009-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#8452080Answer by Daniel S for best IDE / Editor for PHPDaniel S2009-05-10T12:05:16Z2009-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#8452521Answer by Andrioid for best IDE / Editor for PHPAndrioid2009-05-10T12:33:40Z2009-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#8452740Answer by KahWee for best IDE / Editor for PHPKahWee2009-05-10T12:48:39Z2009-05-10T12:48:39Z<p>I use NetBeans for PHP and like it very much.</p>