vote up 3 vote down star
1

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?

flag

74% accept rate

10 Answers

vote up 7 vote down check

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|flag
+1 for those resources – Randell Aug 21 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 at 4:11
vote up 4 vote down

NetBeans with XDebug.

link|flag
+1 Netbeans PHP support is excellent and keeps improving. – Mark Davidson Aug 21 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 at 11:04
just download the development version, not the stable one – gpilotino Aug 25 at 15:43
vote up 2 vote down

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

link|flag
vote up -1 vote down

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|flag
How would you compare Zend with Eclipse? – RD Aug 21 at 11:29
Actually Zend Studio is not something new: it's based on Eclipse. – forcey Aug 21 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 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 at 17:45
Thank you FGM for correcting me. :) – forcey Aug 23 at 1:10
vote up 0 vote down

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|flag
vote up 0 vote down

Eclipse integrates really well with Drupal

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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