What tools are available for developing PHP programs. I'm particularly looking for something that can hook into Drupal so you can step through code and add breakpoints. Basically, a Visual Studio for PHP would be the best. Anyone know of this? Can you guys maybe mention what you currently use (even if it's just mentioning the text editor)? What is the industry standard?

link|improve this question

69% accept rate
feedback

12 Answers

up vote 11 down vote accepted

There is an article on how to configure eclipse/pdt for drupal on drupal.org: Configuring Eclipse

You may also want to take a look at the complete list for development tools, as there are a lot of tools listed you may find helpful.

link|improve this answer
+1 for those resources – Randell Aug 21 '09 at 14:03
+1 for Eclipse PDT. You may want to check out nWire for PHP. It makes it easier to dive into massive amounts of existing code: nwiresoftware.com/products/nwire-php – zvikico Aug 24 '09 at 4:11
feedback

NetBeans with XDebug.

link|improve this answer
1  
+1 Netbeans PHP support is excellent and keeps improving. – Mark Davidson Aug 21 '09 at 10:56
NetBeans and Eclipse are both great. I found NetBeans to be a bit slower than Eclipse, and that's why I'm using the latter. – Palantir Aug 21 '09 at 11:04
just download the development version, not the stable one – gpilotino Aug 25 '09 at 15:43
feedback

Eclipse is a great ide. Can step through code in debugging using e.g xdebug. Code completion is good

link|improve this answer
feedback

Aptana Studio http://www.aptana.com/ Free & Open source Fully Javascript / DOM Support

link|improve this answer
feedback

Eclipse integrates really well with Drupal

link|improve this answer
feedback

So, why don't you download Visual Studio for PHP ??? http://www.jcxsoftware.com/

link|improve this answer
feedback

I'm fond of Komodo Edit, which you can get for free, or pay the cash for Komodo IDE.

link|improve this answer
feedback

I use Codelobster PHP Edition with special Drupal plug-in. Latest version already supports Drupal 7.

link|improve this answer
feedback

If you would like to pay $399 for a year of subscription, you may try Zend Studio. Actually a good text editor like vim and emacs (I personally use vim) is fairly enough for PHP development I think.

link|improve this answer
How would you compare Zend with Eclipse? – RD. Aug 21 '09 at 11:29
Actually Zend Studio is not something new: it's based on Eclipse. – forcey Aug 21 '09 at 11:33
Not necessarily: Studio 5.5 and below is native. Only Studio 6 and later are based on Eclipse PDT. You can still obtain Studio 5.x when purchasing a current license, and it is often more convenient/efficient than the Eclipse-based version, especially regarding remote browsing on top of FTP or SFTP/SSH. – FGM Aug 22 '09 at 17:44
Also note that 399 is for a perpetual license, not a yearly one. Only the support is yearly. For most serious PHP development, you'll want an IDE anyway: Zend, PDT, Netbeans, Nusphere, whatever, but more than just an editor, especially for things like debugging/profiling or documenting. – FGM Aug 22 '09 at 17:45
Thank you FGM for correcting me. :) – forcey Aug 23 '09 at 1:10
feedback

PHPEd is a fantastic PHP IDE for Supported platforms for Windows 98, ME, 2000, 2003, XP, Vista

It has a lot of the functionality of Visual Studio.

http://www.nusphere.com/products/phped.htm

link|improve this answer
feedback

I've been meaning to try out Delphi for PHP for simply ages, but haven't gotten around to it yet.

Here's the download link for a free trial, would be worth investigating.

link|improve this answer
feedback

Eclipse PDT gets it done for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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