What is the best PHP integrated development environment?

Asked By 10 points N/A Posted on -
qa-featured

Hello,

I am Researching on PHP  and I use Notepad++ for code editing, but now  I am searching for an PHP integrated development environment (IDE) to ease my work. What is best IDE Aptana Studio, Eclipse or any other And what is Difference between Aptana Studio & Eclipse.

SHARE
Best Answer by Davis Nicholas
Answered By 0 points N/A #168397

What is the best PHP integrated development environment?

qa-featured

Aptana studio is developed on top of Eclipse only. It primarily focuses on web development and comes preconfigured with plugins for javascript, CSS etc. whereas Eclipse can be used for web based or desktop applications.

So you can either use Aptana standalone application or install Aptana plugin on your eclipse.

Other popular IDEs that you can look at for php are phpstorm, phpdesigner and netbeans.

Best Answer
Best Answer
Answered By 0 points N/A #168398

What is the best PHP integrated development environment?

qa-featured
I think Eclipse is the best integrated development environment
 
Reason:
 
1.PDT is Good set of PhP develop tools
 
2.You can use xampp, for a test out web server.
 
3.Xdebug  is good. Fully configurable. 
 
4. Its also FOSS. It is written in Java, so that its platform independent.
 
It has CVS built in and SVN as an add on. Plus you can get a zillion plugins, If you're using Windows OS, you also try Notetab.
 

Related Questions