What is the best open source PHP IDE out there? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T02:25:52Zhttp://stackoverflow.com/feeds/question/579330http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there2What is the best open source PHP IDE out there?Peter Osborne2009-02-23T21:00:19Z2009-02-24T00:35:56Z
<p>I have been searching for the best open source PHP IDE for a while now. At first I used <a href="http://www.phpeclipse.com/" rel="nofollow">phpeclipse</a> and later I tried <a href="http://www.eclipse.org/pdt/" rel="nofollow">eclipses PHP</a> plugin but it was buggy and it seems they are not keen on really getting it working. I recently tried <a href="http://www.netbeans.org/features/php/" rel="nofollow">Netbeans PHP</a> support and that seems the best so far.</p>
<p>What do others use? Yes I know real men use vi or emacs :(</p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579340#5793403Answer by mattbd for What is the best open source PHP IDE out there?mattbd2009-02-23T21:02:28Z2009-02-23T21:02:28Z<p>Komodo Edit is supposed to be good.
<a href="http://www.activestate.com/komodo_edit/" rel="nofollow">Here's a link.</a></p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579384#5793841Answer by Mike for What is the best open source PHP IDE out there?Mike2009-02-23T21:13:10Z2009-02-23T21:13:10Z<p>An interesting followup question for you would be: What are you looking for from a PHP IDE? This can vary from coder to coder, of course.</p>
<p>Unfortunately for myself, I have yet to find an IDE that handles PHP very well either. My basic criteria for an IDE is that it allows me to right-click a function name and then jump to that function's definition. So far as I know, no decent editor supports this yet (as I'm sure you've found with Eclipse).</p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579410#5794101Answer by Eddy for What is the best open source PHP IDE out there?Eddy2009-02-23T21:17:25Z2009-02-23T21:17:25Z<p>I use and like kdevelop. It has parameter help for functions, highlighting and I like the project search and replace capabilities. Oh, and supports svn which is also nice.</p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579601#5796012Answer by mozboz for What is the best open source PHP IDE out there?mozboz2009-02-23T22:12:37Z2009-02-23T22:12:37Z<p>Check out Eclipse PDT or Netbeans</p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579611#5796110Answer by Charlie for What is the best open source PHP IDE out there?Charlie2009-02-23T22:15:24Z2009-02-23T22:15:24Z<p>Try TextMate if you are on a Mac. <a href="http://macromates.com/" rel="nofollow">http://macromates.com/</a></p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579738#5797383Answer by JdV for What is the best open source PHP IDE out there?JdV2009-02-23T22:48:06Z2009-02-23T22:48:06Z<p>The (non-pro) version of Aptana Studio (itself built on Eclipse), with the PHP plugin installed, seems to work very well for me. Among other things, it has fairly robust code hinting, jump-to-definition that doesn't break all the time, and edit-time syntax checking. I haven't tried the pro version, and I try to avoid all of their hosted-and-buzzword services.</p>
<p><a href="http://www.aptana.com/" rel="nofollow">http://www.aptana.com/</a></p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579777#5797772Answer by gaoshan88 for What is the best open source PHP IDE out there?gaoshan882009-02-23T23:01:28Z2009-02-23T23:01:28Z<p>There seems to be some confusion about what an IDE is. There are text editors and IDEs. Text editors (Komodo Edit, TextMate, etc.) edit text and maybe few other things (folding, syntax highlighting, snippets, etc.) while IDEs do all of that and offer things like advanced debugging, autocomplete (maybe something like intellisense) and probably more robust remote/local project management and better version control integration.</p>
<p>A good IDE offers more power than a text editor and while you can configure the likes of vim and emacs (or TextMate) to handle IDE-like tasks I think you will find it much easier to just start using a real IDE from the get go (though if you have have the opportunity to learn something like VIM in your spare time or in a class I highly recommend it as once you get used to it you will find it immensely powerful) I use VIM for much of my text editing but when I start a big project I load up NetBeans and use it with Xdebug and Subversion for a very powerful and complete development environment. </p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579835#5798351Answer by Seburdis for What is the best open source PHP IDE out there?Seburdis2009-02-23T23:21:06Z2009-02-23T23:21:06Z<p>I would have to come in and fight for "advanced text editors". There are two real classes, the simpler style, or the heavy duty style. </p>
<p>Simpler style text editors like <a href="http://www.jedit.org/" rel="nofollow">jedit</a> or <a href="http://www.activestate.com/komodo_edit/" rel="nofollow">komodo edit</a>(cross-platform), <a href="http://macromates.com/" rel="nofollow">textmate</a>(mac), <a href="http://scribes.sourceforge.net/" rel="nofollow">scribes</a> or <a href="http://www.geany.org/" rel="nofollow">geany</a>(linux), <a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow">notepad++</a>(windows), or any of the like. Often these have basic features like snippets and autocompletion that will aid your coding in a very similar method to an IDE. </p>
<p>My real suggestions, the heavy duty style text editors, are things like <a href="http://www.vim.org/" rel="nofollow">vim</a> and <a href="http://www.gnu.org/software/emacs/" rel="nofollow">emacs</a>. I get the feeling from what you said in your question that you don't really feel like going to the effort of learning one. I personally use Vim primarily, so I can't offer any information on emacs. However, spending about an hour learing vim with <code>vimtutor</code> can get you working faster than you would on a standard text editor. From there, just through use you will learn the other things that make it faster. If you don't feel like doing this, but would like to dip your toes into vim, try out <a href="http://cream.sourceforge.net/" rel="nofollow">cream</a>. It's a nice graphical frontend to vim with all the power. However, it has bindings for normal actions, like Ctrl-S for save rather than the vim style :w. It lets you learn some of vim without diving into the deep end. I would suggest though, at some point, if you like cream diving in and learning the underlying vim. I have sped up so much of my coding since I started using vim. </p>
<p>I used true IDEs for a while, but I can't say I am a big fan of them. If you're working on linux I know geany gives a lot of the "Big IDE" feel without the "Big IDE" weight. It also works with just about every language you can throw at it. If there are specific needs you have, we can address the question somewhat better. I feel as though going out of the IDE gets you to know what is going on in the background a little more. I could be wrong and it could just be that I switched out of IDEs at the same time as I started to get the underlying technology by coincidence. YMMV.</p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/579874#5798740Answer by dmondark for What is the best open source PHP IDE out there?dmondark2009-02-23T23:39:46Z2009-02-23T23:39:46Z<p>I very much agree with Seburdis here. The choice whether to use an editor or a full-blown IDE, and the choosing which editor/IDE completely depends on what exactly do you need your development environment to provide.</p>
<p>Some can't live without auto-completion/code suggestion. Others need snippets for speed. Many just prefer big text areas with syntax highlighting. I've personally known C++ developers use only notepad to write their next killer app. And so on.</p>
<p>Maybe if you could make a list of what ypu really want to have in your next Editor/IDE, you might be able to get even greater help.</p>
http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there/580015#5800151Answer by AndreLiem for What is the best open source PHP IDE out there?AndreLiem2009-02-24T00:35:56Z2009-02-24T00:35:56Z<p>Eclipse IDE is pretty good. I have been using it for a while now and while it does code completion, right-click open source, refactoring (somewhat) etc... it does not handle large files very well. It will crash easily if you create large pieces of code and +/- functions, and large css files that are minimized to one liners are handled poorly as well.</p>
<p>To me it's still a good solution. Eclipse has nice support for SVN as well and other potentially useful plugins. It's just not always the fun to figure out how to get things setup.</p>