up vote 30 down vote favorite
6
share [g+] share [fb]

Hey, I'm on a continuous mission to find the ultimate PHP IDE that will work with Gnome on Linux. Let me know what you think. Thanks a million!

link|improve this question

60% accept rate
feedback

closed as not constructive by cHao, Will Sep 2 '11 at 14:30

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

protected by Robert Harvey Feb 26 '11 at 16:26

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

15 Answers

up vote 21 down vote accepted

I currently use ActiveState's Komodo Edit - It's fast, easy to use, and works well for my work processes

Though, I'd say that PDT isn't that bad either - I just personally prefer Komodo

link|improve this answer
1  
Komodo rules. Nice job – Jurassic_C Sep 23 '08 at 5:06
3  
Komodo Edit doesn't support xdebug. and I'm sorry - but that's a huge timesaver. Go for Komodo IDE instead - it's main selling point is a PHP debugger. Also - it's IMO fastest because it's only non Java Linux IDE out there. – Stann Feb 23 '11 at 9:22
i have been trying to install it but the thing is that the tarball never extracts properly. It always indicates errors plus not all the files are getting extracted. I love this IDE on windows just want it on Linux too. – Prometheus87 Oct 2 '11 at 10:17
feedback

I have to say vim.

A well setup vim is powerful, efficient and fast to develop on.

Andrei Zmievski's has a great document for setting vim up for php. Here is a link to his talk page. Talk 42 is the one you want.

I've found any PHP IDEs just aren't configurable enough to give me everything I need and can be slow and clunky to use. Vim has done a great job with a couple of minor exceptions.

link|improve this answer
1  
Actually, I wind up using vim a fair amount to make small stupid changes on remote web servers. That document for setting it up for php is actually pretty useful – Jurassic_C Sep 23 '08 at 3:46
You might consider using a strong PHP framework that restrict you to small changes ! It is worth it. – snowflake May 5 '10 at 8:12
1  
your link is dead :) – nXqd Jul 26 '10 at 18:19
i use vim - but php debugging there simply blows. – Stann Feb 15 '11 at 19:33
1  
+1 VIM is awesome – Gino Sullivan Nov 6 '11 at 18:20
feedback

Try NetBeans IDE for php. I bet you'll luv it. I've been using it since it's 6.5 version and is much more flexible than any other IDE/editor like Eclipse.

If you want just an editor... try Notepad++. You can find alot of plugins to do everything you want and the way you want.

link|improve this answer
1  
Notepad++ is the only thing I miss about Windows :( seriously - It was just working out of the box and had all the features i needed and even php debugger... – Stann Feb 23 '11 at 9:33
@Andre: i found geany which really looks like the notepad++ – Clement Herreman Apr 8 '11 at 12:21
feedback

try Geany. its not a immense pile like Eclipse/PDT/Zend Studio.

link|improve this answer
no php debugger there – Stann Feb 23 '11 at 9:28
I use it too. No PHP debugger, but not bloated. Depends on what you're looking for. And i really like the autocompletion. – Clement Herreman Apr 8 '11 at 12:20
feedback

PhpStorm - its really fast, powerful and with only one downside - its written on Java.

link|improve this answer
2  
I'm surprised PhpStorm doesn't get more love. It's by far the best PHP IDE I've seen, and I've pretty much tried them all. – Russell Davis Jan 14 '11 at 2:30
@RussellDavis: maybe because it's paid and written in Java? – nix Nov 17 '11 at 4:00
@nix, or maybe because people are cheap and evaluate products based on the language they're written in rather than their capabilities? – Russell Davis Nov 18 '11 at 7:08
feedback

You can always count on eclipse. It has an excellent php ide

[edit] in addition this thread might help.

link|improve this answer
Eclipse has a *tarded concept of perspectives. they really bug stuff out of me. I just want my debugger to open in the bottom panel like it's in every other IDE's. Also - there is no way to simply work with php files without creating a project. – Stann Feb 23 '11 at 9:27
feedback

Do you consider Java to "work with Gnome"? If so: NetBeans. :-)

link|improve this answer
Hardy har har. Thanks. – Jurassic_C Sep 23 '08 at 2:41
feedback

I just use gedit, but there's also gPHPEdit which is very much like gedit but with extra features for PHP/HTML/CSS development.

link|improve this answer
feedback

I currently use Activestate's Komodo IDE and I love it. I switched from Eclipse for everything but Java. It is great for Perl/PHP/Python and Javascript/XHTML. I particularly like the Perl code completion, and the Regex scratch pad.

link|improve this answer
feedback

I was on the quest of finding the best PHP+MySQL+HTML+AJAX IDE too last few weeks, and I ended up using Aptana (the free version). I use VIM a lot too but mine is not heavily customized. Good thing about APtana is it's good to use out of the box, all you need to do is download the PHP Development plugin.

link|improve this answer
aptana is based on eclipse anyway, just like zend ide – Stann Feb 23 '11 at 9:29
feedback

I use eclipse-PDT. I believe the latest build comes with remote debugging support using xDebug.

link|improve this answer
feedback

I have used Zend Studio in the past and it was fantastic. Documentation integration, SQL Integration, the works.

link|improve this answer
2  
Zend studio is a design disaster. Clunky and cumbersome. – Stann Apr 16 '11 at 6:18
feedback

I'm probably one of the few users of Emacs to develop PHP. It's probably not the best editor for it, but it's the one I prefer :)

A couple of hints on how to configure Emacs when coding PHP are available in this article from my blog. where how to setup flymake for PHP is explained.

I've implemented an handy browse-php-documentation feature to search in the PHP doc directly from Emacs. It's presented here.

Finally, I've recently asked this question on SO about PHP and Emacs, where nice tips have been presented.

link|improve this answer
feedback

When I was in the business 5 years ago I finally settled on Bluefish. I haven't even thought about it in years, but it looks like they even have a Windows port now. I loved it back then-will be interested to see what's new.

link|improve this answer
feedback

The real answer is nobody has bothered coding a Linux program that comes close to the windows PHP IDE's available. Not for any amount of money.

See Php Designer7, NuSphere PhpEd for example. code completion, code folding,highlighting, integrated debugging, code reformatting, support for HTML, PHP, JavaScript and Perl along with code tips and integrated help, local and remote editing for all and it goes on.

It torks me off because Linux is more secure and what I like and I would buy one in a heartbeat if one existed and then be windows free altogether but nobody seems to want my money.


So, it's Komodo IDE when I am in linux, but I often flip back to windows so I can properly debug my larger scripts.

link|improve this answer
Have you tried NetBeans? netbeans.org – rvdavid Nov 25 '10 at 22:46
feedback

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