Most of the good PHP IDEs i find are not free, so does anyone know of a good, yet free PHP IDE???
As in an IDE with features like
- auto completion
- debugging
- code formatting
- code highlighting
- database previewing
- etc
Most of the good PHP IDEs i find are not free, so does anyone know of a good, yet free PHP IDE???
As in an IDE with features like
It has been a while since I used it but Eclipse with PHP Development Tools
NetBeans and Eclipse (with PDT, search for that one) are the most powerful. Then you'll have plenty of editors, etc... but those two are probably the best out there (though may be a bit complex to master at the beginning, eclipse especially).
You might want to take a look at this: Eclipse PHP Development Tools.
The two most powerful, and probably the two most used too, are Eclipse PDT, and netbeans
I've been using the first one for several years -- it's a real good IDE.
Only thing is you'll need a quite powerful computer : at least 2 cores, and 2 GB of RAM.
Take look at http://stackoverflow.com/questions/579330/what-is-the-best-open-source-php-ide-out-there and http://stackoverflow.com/questions/6166/any-good-php-ide-preferably-free-or-cheap
My suggestions, the best the first :
A dedicated PHP coding environment and complete integration with web standards.
The PDT project provides a PHP Development Tools framework for the Eclipse platform. This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools Platform (WTP) and Dynamic Languages Toolkit (DLTK) in providing developers with PHP capabilities.
PHP Coder is a free IDE developed for PHP programmers. Through tight integration of the PHP interpreter and the PHP documentation, PHP Coder gives you a time-saving Development Interface. Some features are Integrated Preview window, Full Syntax Highlighting for HTML and PHP, AutoComplete for frequently used text constructs, Project manager, and Tag Buttons.
phpDesigner is more than just a powerful and lightning fast PHP IDE and PHP editor, it is also a full-featured HTML, CSS and JavaScript editor and even more! -- for both beginners and professional developers! phpDesigner assists you with editing, analyzing, debugging and publishing applications and websites powered by PHP, HTML and many other web languages!
Highly recommend you try Eclipse. Not just because it supports php, but because it's so useful for sooo many other languages as well, with plugin support, other libraries, xUnit integration - it's definitely worth a try.
There are at least two PHP plugins - PHP Eclipse and the PHP IDE Project, probably worth reading about each before you decide which is best for you.
I'm using Komodo Edit 5.2
URL: Visit Komodo Edit 5.2 website
And alot more
I've been using Komodo edit more more than a year now and I love it.
Couple of notes:
Most people suggested NetBeans and Eclipse. I love NetBeans myself (their auto-completion is superb - it gives you the formatted PHPDoc in a tooltip form besides the function name), but neither has word-wrap of any kind! For me, it's a deal breaker, especially since I deal with Drupal, where insanely long lines is the norm.
phpDesigner, as you figured out, isn't really free. phpCoder - at least the version linked here, is really old (circa 2000, php4 etc.)
Personally, I don't use an IDE. I do miss the debugger,and I guess that for complex debugging I could always pop back to NetBeans, but my editor (Notepad++) has syntax highlighting, some auto-completion and a function-list plugin. Plus it loads really fast, so I end up using it for 99% of the time.