View Full Version : Best free PHP IDE or advanced editor
aceofspades
06-20-2006, 02:27 PM
What is the best free PHP IDE or advanced editor. Right now I use notepad ++ but i am wondering if there is any good ones that are tailored for PHP.
Nick Manley
06-20-2006, 02:46 PM
On Windows and Mac I've always used Dreamweaver. For Linux I usually use Quanta. I assume you're on Windows though. If I recall correctly I remember seeing one called PHPEdit, although I have never used it and it costs money. I know Nvu doesn't have syntax highlighting for PHP so don't even bother with that. If you know how to use CygWin you can use a Unix program called Bluefish (http://bluefish.openoffice.nl/index.html).
That's about all I know of. I've been so happy with Dreamweaver and Quanta that I haven't really looked into anything else. A friend of mine is going to college next year and me and him have tossed around the idea of working on our own IDE for html and php.
Maybe you could browse around Sourceforge for something you like. Here is a link...
http://sourceforge.net/search/?type_of_search=soft&words=PHP+IDE
Dallas Crilley
06-20-2006, 10:42 PM
I generally use DreamWeaver, from Macromedia, for my website's needs -- as Nick suggested.
With a quick google search, I found a nice website called http://www.php-editors.com/, which recommends and reviews PHP editors, books, and even offers games, tutorials, and templates to use.
It looks like what you'll be needing; I hope I helped.
Eclipse is a foundation IDE... free & open source
There are many addins for it. I have mine set up for:
Subversion (subclipse)
PhP (phpeclipse)
XML / XSLT (oxygen - not free)
Javascript (JSeclipse)
HTML/XHTML (Web Standard Tools)
Thare is very strong support for Java but I don't use it.
joe
page1ink.
06-22-2006, 10:21 AM
I personally didn't care for Eclipse: it's too much of a hassle to set up and me and Java, let's just say we don't get along.
if you like OpenOffice.org's interface you'll probably like Eclipse.
I just moved from TextPad to Notepad++ and the difference is mindblowing. not to mention they actually make updates to Notepad++ =p
consulo
06-29-2006, 11:57 PM
Check out PHPDesigner 2006. It's free, and helped me put together a php/database-driven website. Although it was a simple website, I was a complete novice, and thankfully the IDE was easy to figure out. But I'm not a pro ( not even intermediate) so can't say it's the 'Best'.
http://www.mpsoftware.dk/
mwolfe38
12-29-2008, 04:31 PM
Alright some people don't like eclipse but if you've used a recent version and figured out how to get plugins installed, I can tell you this is by far the best php IDE (not a simple editor like notepad++ or other similar editors).
Don't get me wrong, a basic editor is fine for throwing together a few scripts or a basic website, but most of them have no intelligence when it comes to working on an actual project. If you want an editor that can syntax highlight they are a dime a dozen, but an editor that can offer full tab/auto completion for functions, classes, etc, that can detect syntax errors, can reference library code from one project with another, go with eclipse or netbeans with php support:
http://www.netbeans.org/features/php/index.html
As for eclipse, I usually start with this:
http://www.zend.com/en/community/pdt
(This is the free version of eclipse with the pdt plugin which stands for php development tools)
I wouldn't recommend phpeclipse as someone mentioned before, because it's really old and no longer maintained (at least that was the case a year or so ago).
If you can fork up the money then actually buying the new version of zend which is basically just eclipse + pdt + some advanced features you won't find in the free pdt plugin, and some extra plugins already installed like RSE for working with remote files, and some web related plugins for html/css/javascript. Note that RSE and the web related plugins are free and can be installed in eclipse.
I do my development using linux and thus I don't have the option for some other IDE's but between eclipse and netbeans I don't really need anything else, everything else I used in the past didnt have nearly the features.
mwolfe38
12-29-2008, 04:35 PM
Oh there is one other alternative which is just moderately good for its php support but great for everything else web related, and that is Aptana.
Its basically just eclipse with its own plugins, and the php plugin is decent at best, however its better than nothing and very easy to install. Unfortunately its remote plugin only works over ftp, not sftp/ssh or anything else which RSE plugin will do. There may be a way to install RSE with aptana but last time I tried I had dependancy hell since aptana uses RSE for its FTP support (i think). But it uses an outdated and crippled version so that they can get you to pay for the full version of aptana (which is another reasonably good option if you have the money).
bhDesign
01-11-2009, 11:47 AM
I must say that at first Eclipse was like wrestling with an elephant!!! There is a bit of configuring and I have not much background knowledge on the topic. But. once I got it figured out it has become an essential tool in my php tool box. The debugging is a life saver and the mySql explorer is great. I suggest anyone having trouble with getting it set up to just bare with it and find the instructions online. They are easy to find. It will be worth the trouble.
xlestak7
03-10-2009, 02:00 PM
www.php-editors.com got a good review about PhpEd from nusphere, so I suggest to check out - www.nusphere.com. Rock solid IDE with the best debugger in industry in my opinion.
rogerke
03-11-2009, 05:52 AM
big fan of komodo edit. wasn't mentioned here before. mind you: there is a paying version (komodo ide) too, so don't download that one. komodo edit can do pretty much all you need i think.
also, dreamweaver and nusphere's ide aren't exactly free.
php8ox
03-15-2009, 03:19 PM
FREE:
phpeclipse http://www.phpeclipse.com/
i mostly use PSpad a text editor.
NOT FREE:
NuSphere PHP http://www.nusphere.com/
phpdesigner http://www.mpsoftware.dk/phpdesigner.php
komodo http://www.activestate.com/komodo/
aptana http://aptana.com/
zend IDE http://www.zend.com/en/products/studio/
mhJr_
03-16-2009, 10:00 PM
I like ConTEXT =]
http://www.contexteditor.org/
mikerodent
12-22-2009, 02:35 AM
Hi,
I have been using Eclipse for java development for a long time... and think it's wonderful.
I want to use it for PHP... can anyone tell me what I actually have to do (a weblink to instructions would suffice) to install the PHP module / plugin / addon?
Thanks
Mike Rodent
token
12-28-2009, 02:52 PM
I like ConTEXT =]
http://www.contexteditor.org/
I'm actually warming up to context too. Still in my personal development though.
rusik
12-30-2009, 06:07 AM
I use free Codelobster PHP Edition (http://www.codelobster.com)
As for me, it is the best FREE PHP IDE now.
Also it has Drupal, Joomla, Smarty, CodeIgniter and JQuery plug-ins.
jamesduke
06-17-2010, 07:59 PM
Thanks for the share. let me check that out.
I want to find an alternative if ever i need one.
PremiereWebDesign
06-25-2010, 12:23 AM
Context is very good and so is Notepad++ if you are on Windows. One of the few bad things about being on a Linux OS is that you are somewhat limited. But for Linux, I have stuck with Gedit. It does a good job.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.