This actually started as a follow-up comment to Abdul’s comment on my The PowerBook Showdown post, where I went through a list of the PHP editors I’d tried on Mac OS X. Since I’d done a post about the Mac-based prospects, and since my comment was getting quite lengthy, I decided I should also do a PC-based post, so here it is:

Programs

Zend is the defacto standard in PHP IDEs. They’re the guys who are buddy-buddy with the PHP team and they write the Zend Optimizer for PHP. Needless to say, they know… well, PHP. Zend is Java based, so it runs anywhere you want. Unfortunately that also means it’s slow as Christmas at times. I couldn’t use Zend and iTunes at the same time on my Windows box. Every time Zend would try to do any kind of code completion, iTunes would skip. It’s also pretty expensive (unless you can con your way into an Educational discount, then it’s pretty cheap).

NuSphere PhpED is my new favorite for Windows PHP-ing. I soooo wish they had a version for OS X. It’s like a light-weight Zend. No problems with it and iTunes, and the interface is more attractive (is Java not capable of anything other than the dull dark Windows 3.1 gray?). Unfortunately, it’s even more expensive than Zend…

TextPad isn’t exactly a PHP IDE, it’s just a text editor. Still, it’s got syntax highlighting packs available for PHP, which make it far preferred (at least over Notepad)… and it’s dirt cheap. I never use a Windows machine without installing TextPad.

UltraEdit is one I’ve never used, but which I see recommended by lots of people over and over again. It looks (from their site) to be more programmer-oriented than TextPad (which is more geared towards plain old text editing - albeit more efficiently).

I’m not really familiar with any others, nor have I heard good or bad things about them. However, there’s a pretty good list of reviews available. They cover all platforms (although Windows is, obviously, the most covered), and include simple numeric rankings. That list is where I found (and fell in love with) NuSphere PhpEd, so I’d recommend taking a look and reading what others have to say before you make any decisions.

Closing Notes

Needless to say, you may want to get your feet wet with one of the free / cheap utilities, just to see if PHP is something you want to stick with, before you go out and blow a paycheck on a more expensive (and fully-fledged) IDE. I also don’t have anything much to say about the actual IDE-ish aspects of any of the programs here, since I’ve never used them. Call me old-school, but I’d rather do my own debugging in my own environment. The only reason I tend to favor an IDE over a simple editor is the code-completion and function prompting (start typing a function and Zend will list all the ones in the PHP manual and your code that match the string, as well as their parameters and any descriptions).

If you make any decisions on a PHP editor or know of any others I should certainly investigate, please let me know. At this point I’m mostly interested in an OS X-based one, but I’ve still got multiple Windows boxen around to try stuff out on as well.

Good luck, hope you find something that meets your needs. Remember to check out this post if you’re looking for reviews of PHP editors for Mac OS X.

Originally published and updated .