Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the best PHP editor for Windows? [closed]

Tags:

php

wamp

I have been dangling with the PHP and MySQL for a while now and the ebook that I am referring to have suggested to download PHP editor (IDE) for better programming.

There were a couple of free editors suggested for the beginners, all three are listed here:

  • NetBeans
  • Aptana
  • Komodo Edit

All of these look pretty good, but I would appreciate if you can quickly suggest your best tool out of these three—or any other PHP tool that you are used to.

Looking forward to hear from you guys, thank you!

like image 514
Sid Avatar asked Jan 03 '11 04:01

Sid


People also ask

Which editor should I use for PHP?

A: Aptana, NetBeans, Eclipse, Visual Studio Code, Rapid PHP, CodeLobster, Brackets are great open source IDE for WordPress development on the Windows platform. Online community also provide a lot of help on these 3 IDEs. For WordPress development, Sublime , Visual Coder ,Notepad++ Editor are better options.

How can I edit PHP file in Windows?

In Windows, Notepad++, Crimson Editor and SourceEdit offer all of the features PHP programmers need to edit simple files (links in Resources). For larger projects, you may want to consider an integrated development environment, such as Visual Web Developer or Eclipse (links in Resources).

Is Rapid php free?

Rapid PHP 2022 $69. 95 Install and use the software 1) at work, 2) on a laptop or USB drive and 3) at home.


2 Answers

I think for just working with PHP, Aptana does a good job because 1.) it's also integrated with HTML and Javascript, which in web development you also work a good deal with, and 2.) because it benefits from the plugin architecture of Eclipse, so you can use a lot of the stuff that people have developed for Eclipse (like version control plugins, etc.).

It's also not a Java IDE -- at the end of the day, Eclipse or NetBeans will always feel a bit funny because, to them, PHP isn't first priority, it's Java. Aptana is focused on web development, so it feels a bit more like PHP is a first class citizen.

Komodo Edit is good if you don't require major IDE functionality (debugging, version control, etc.), but if you're considering that you might as well also look at some of the more famous editors like emacs.

like image 119
Rafe Kettler Avatar answered Nov 14 '22 18:11

Rafe Kettler


You can add Eclipse to the list also.

From my part, I have not used Aptana and Komodo Edit.

NetBeans looks good to me. It has autocomplete for PHP now, as well as properly structured JavaScript implementation.

like image 30
Shamim Hafiz - MSFT Avatar answered Nov 14 '22 18:11

Shamim Hafiz - MSFT