I'm looking for an IDE with use with the Symfony Framework.

I have a bit of experience using the NetBeans 6.5 IDE but it does not always seem to complete the class methods, plus it doesn't seem to have any PHP code snippets built in.

Here are the features I would ideally like to have, in order of importance, from an IDE:

  • Code completion of all the Symfony and Propel class methods (I can never remember them)
  • Code templates,(class skeletons, HTML structures, Symfony templates?)
  • Straight-forward code debugging
  • Source Control
link|improve this question

69% accept rate
feedback

closed as not constructive by Tim Post Mar 14 at 14:17

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 for guidance on how to improve it.

15 Answers

up vote 9 down vote accepted

If you could wait, Symfony support is coming to Netbeans soon: http://www.netbeans.org/issues/show_bug.cgi?id=145913. I'll go with Zend Studio 5.5's debugging and inspection features for the time being.

link|improve this answer
I still like the features the best on netbeans. I'm really looking forward to when they finish the Symfony integration. – Failpunk Jun 24 '09 at 7:57
feedback

Eclipse with PDT

link|improve this answer
feedback

I'd recommend you to use PHPEDIT, it is the software with the best support for all symfony versions,

you can watch a screencast of how easy can be develop symfony projects with phpedit. Link

link|improve this answer
This is a pretty nice IDE so far. – Failpunk May 13 '09 at 6:47
feedback

Symfony is supported by NetBeans 6.8.

link|improve this answer
feedback

Komodo IDE (or, without debugging and Source Control, the free Komodo Edit) + a set of commands for Komodo to use symfony tasks. does all your 4 points, and also works for Perl, Python, Ruby and Tcl.

link|improve this answer
Very interesting...I'm going to check this out as soon as I get the time. – Failpunk Mar 12 '09 at 8:19
feedback

PHPEdit blows away the competition. Of course you have to pay for it, but it has support for SVN, GUI for all symfony commands, yaml editing, etc.

You get a lot for your money and makes development so much easier and faster.

You will make back your money with one project just off of the time you saved.

link|improve this answer
feedback

As for me, it's Eclipse + PDT. But NetBeans already has support of phpDoc 1.4 (while PDT hasn't), so you can document (and IDE will be able to autocomplete) "magic" properties and methods. Doctrine users will surely appreciate that :)

UPD: Some time passed and I've moved to NetBeans first (it appeared lighter, faster and less complicated). Then I've used PhpStorm EAP, liked it and even bought a license :)

So, here and now my IDEs of choice are:

  • NetBeans — free
  • PhpStorm — paid, most intelligent (static source analysis is real killer feature)
link|improve this answer
feedback

I recommend NetBeans. You can follow this tutorial: Use NetBeans to setup a PHP Symfony project

A lot of things change. the above link is broken now. And Oracle owns Netbeans now. So, I do NOT recommend netbeans to you any more! Try gvim!

link|improve this answer
2  
A lot of things change. the above link is broken now. And Oracle owns Netbeans now. So, I do NOT recommend netbeans to you any more! Try gvim! – Peter Long May 14 '11 at 8:12
feedback

I used Eclipse PDT in the past, and switched to Netbeans a month ago... After having tried both, I would recommend Netbeans: It has better refactoring tools and it performs better in general.

link|improve this answer
Oh, I forgot to say that netbeans edits perfectly YAML files (eclipse can't) and that it has one of the best CSS and HTML editors I have ever used. In this moment, Netbeans is clearly better than Eclipse. – miguelSantirso Jun 27 '09 at 22:29
feedback

Check out Symfoclipse, a Symfony plugin for Eclipse + PDT environment. Here's the link ;-)

link|improve this answer
feedback

It's NetBeans for PHP. It supports symfony.

link|improve this answer
feedback

You can simply use Textmate for Symfony development. After getting the grip of it, it can be perfectly fit as well.

link|improve this answer
Textmate is a very powerful text editor, but not an IDE – CharlesB Nov 14 '11 at 10:19
feedback

I use free PHP IDE Codelobster PHP Edition with special Symfony plug-in for installation, task execution, autocompletion, Control/View navigation and etc.

link|improve this answer
feedback

I prefer old school, textmate or bbedit (which I am becoming a real fan of)

link|improve this answer
feedback

I've been using Symfony since version 0.6, and have used Zend Studio (both the earlier versions, and the later Eclipse based versions), Eclipse, Komodo, NetBeans, VIM, e TextEditor and Sublime Text.

I've recently switched to PHP Storm, and I have to say... It completely annihilates all the other options. Definitely my choice!

link|improve this answer
feedback

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