Is there any editor for PHP?

by nitesh
34 replies
Hello Everyone,

Is there any editor for PHP that will check the syntax as soon as I type? Please suggest if you know one.

Thank You
#editor #php
  • Profile picture of the author Brandon Tanner
    Lots of them. If you're looking for free editors, Netbeans and Notepad++ are both really good. A lot of people like Eclipse w/ PDT too, but I never cared for it -- too bloated in my opinion. For paid editors... Sublime Text, PHP Storm, and Zend Studio are a few of the more popular ones.

    Tons of them out there though. Big list here.
    Signature

    {{ DiscussionBoard.errors[9388835].message }}
  • Profile picture of the author K Meier
    Check out Aptana Studio 3. It's a PHP editor that comes with syntax highlighting and autocompletion and tells you if a syntax is incorrect. Oh and it's free.
    {{ DiscussionBoard.errors[9388932].message }}
  • Profile picture of the author Tim Franklin
    I think you will find that there really is not a product out there that will provide really great auto completion, you still have to know a good bit of syntax for it to be useful, it might save you a few keystrokes, one of the products I like the best is Espresso, (its mac only at the moment, but there are plenty of others out there too)

    Back in the old days, I used dreamweaver, (it was totally buggy, back when it was macromedia, crashed all the time, so I tried out an adobe trial recently, most recent version)

    It is still crashing, which I think is sort of funny, considering that the last version I used of DW was back before Adobe took over.
    Signature
    Bitcoin | Crypto | Blockchain Secrets |
    {{ DiscussionBoard.errors[9389607].message }}
  • Profile picture of the author bjadams
    I use Notepad++ as it's free and has the same functions as commercial editors like UltraEdit
    {{ DiscussionBoard.errors[9390474].message }}
    • Profile picture of the author pseudo
      Sublime Text 2 (Mac or PC) and if you're on a Mac and want file access (FTP, GIT, etc) as part of the editor get Coda 2
      {{ DiscussionBoard.errors[9390611].message }}
  • Profile picture of the author Simon Phillips
    Notepad++ all the way for me.
    {{ DiscussionBoard.errors[9390793].message }}
  • Profile picture of the author Lani
    I have used few years Sublime Text 2, its best editor I have ever used! Lightweight and zero crashes so far

    Also changing color scheme is huge plus, I can't stand coding with white background, head start to hurt after some time.

    I used dreamweaver before sublime, but it also crashed sometimes and lost some of my codes. And it definetly uses more resources of computer than other editors.
    {{ DiscussionBoard.errors[9391027].message }}
  • Profile picture of the author JacobS
    I just use VIM because it's what I'm used to. It has a learning curve, but I can work faster in VIM than I can in any other text editor or IDE.
    {{ DiscussionBoard.errors[9391660].message }}
  • Profile picture of the author Anne Laidlaw
    Notepad ++ and PHPEdit for me
    Signature
    Giant Plugin Biz High Quality WP Plugin Package
    WP Plugins Are Hott!! Claim Your Piece Of The Pie Today!
    Free Squeeze Page Creator - FREE Instant Access To Alou's Killer Squeeze Page Creator.
    Alou.com - Wordpress SEO - Latest free WordPress SEO, Plugins, Themes and more!
    {{ DiscussionBoard.errors[9392512].message }}
  • Profile picture of the author georgeweb13
    I use aptana and dreamweaver for helping me in php syntax.
    {{ DiscussionBoard.errors[9397883].message }}
  • Profile picture of the author Nitesh011195
    Notepad++ and NetBeans both are free PHP IDEs
    {{ DiscussionBoard.errors[9403101].message }}
  • Profile picture of the author arberb
    If you don't want to spend any money use Notepad++ if on windows, mac use sublime text I believe thats the name.

    If you don't mind spending money PHPStorm is probably the best IDE for PHP
    {{ DiscussionBoard.errors[9403204].message }}
    • Profile picture of the author wilsonmarcial
      Aptana Studio,Netbeans,Bluefish,Komodo Edit are the free editors for PHP
      {{ DiscussionBoard.errors[9453907].message }}
      • Profile picture of the author rhinocl
        There was a WSO here a while ago that sold a Javascript editor called Antechinus that also will edit php. The software company is cPoint. It seems pretty good, although I'm not proficient enough at writing php to know the difference between a good editor and a great one.
        {{ DiscussionBoard.errors[9454712].message }}
  • Profile picture of the author Rutar
    Notepad++ best free
    PhpStorm best overall (paid)

    IMHO
    {{ DiscussionBoard.errors[9455926].message }}
  • Profile picture of the author jonejones
    I Like to use like other have been mentioning. notepad++
    {{ DiscussionBoard.errors[9456414].message }}
  • Profile picture of the author kpmedia
    Notepad++ is good.
    But the commercial EditPlus has more features.

    There's no a GUI editor for PHP. It's not a presentation language like HTML.
    {{ DiscussionBoard.errors[9456786].message }}
  • Profile picture of the author Geraldm
    If you want to go down the pay route there is also RadPHP
    RadPHP XE2 Overview

    Nice product with lots of features for creating not only PHP websites but mobile applications as well as facebook apps.

    Cheers ...
    G.
    {{ DiscussionBoard.errors[9457332].message }}
  • Profile picture of the author tanerax
    Sublime Text 2 is a great editor especially if you work on multiple platforms (it runs on linux, mac, windows) but the real power comes from the extensions and plugins that let you do a ton of useful things. it is not "free" however you can use it for free with the occasional popup that you simply click away well worth the price to pay for it though.
    {{ DiscussionBoard.errors[9462554].message }}
  • Profile picture of the author astri
    Sublime Text is the best for me
    {{ DiscussionBoard.errors[9462832].message }}
  • Profile picture of the author indygoraya
    There are a lot of free PHP editors that you can use, like Notepad++, PHPEdit, Sublime Text, Brackets, Kantharos PHP IDE and a whole lot more.
    Those PHP editors I mentioned only works with Windows except Sublime Text.
    {{ DiscussionBoard.errors[9463574].message }}
  • Profile picture of the author buncaila
    1. Notepad++
    2. Sublime text
    3. Dreamweaver
    4. Zend Studio
    5. Aptana
    6. Eclipse
    7. Netbeans
    ...................

    numbers are not as rakned just in mind
    {{ DiscussionBoard.errors[9464032].message }}
  • Profile picture of the author w13
    I'm used to go with notepad++. And it suits with me.
    {{ DiscussionBoard.errors[9464867].message }}
  • Profile picture of the author GeneralLedger
    If you are looking for a newer editor you should look at Atom.io (supported by GitHub) and Brackets.io (supported by Adobe). I personally use Atom every day, and it has a lot of great features.
    {{ DiscussionBoard.errors[9465625].message }}
    • Profile picture of the author tanerax
      Originally Posted by GeneralLedger View Post

      If you are looking for a newer editor you should look at Atom.io (supported by GitHub) and Brackets.io (supported by Adobe). I personally use Atom every day, and it has a lot of great features.
      Has Atom.io gotten any better performance wise, I used it while it was in beta and I found that the text editor portion was slow or laggy. I was typing multiple words while the editor was seeming to have a hard time to catch up.
      {{ DiscussionBoard.errors[9466080].message }}
  • Profile picture of the author Member8200
    To bad no one mentioned PHPDesigner8, Personally it's really the best IDE I've came across.


    Notepad++ is also a great php editor to begin with.
    {{ DiscussionBoard.errors[9561667].message }}
  • Profile picture of the author pinkwhale
    Banned
    i know about only one php editor is notepad++.i use this editor for my project of php.
    {{ DiscussionBoard.errors[9585702].message }}
  • Profile picture of the author avalon2013
    Notepad++ is the best tool for php and html editing.
    {{ DiscussionBoard.errors[9596568].message }}
  • Profile picture of the author Christian Grey
    Netbeans are my favorite one.

    Also the best php youtube streamer use it B-)
    I don't want to ad which one
    {{ DiscussionBoard.errors[9597805].message }}
  • Profile picture of the author IgniteFeed
    One of the best in class (also exremley resonable) is from JetBrains. Go here https://www.jetbrains.com/phpstorm/s...FU8LMgodTWMAMA

    **** This link DOES NOT contain ANY affilfiate urls, hops etc. go direct to souce.
    {{ DiscussionBoard.errors[9606607].message }}
  • Profile picture of the author robertsampson
    Lots of PHP editors are available in the internet.And this editors are very useful for the PHP developer.Aptana Studio,Netbeans,Bluefish,Komodo Edit,Grease these are the free editors.Different Os uses different PHP editors.
    {{ DiscussionBoard.errors[9611020].message }}
  • Profile picture of the author voltrage
    Coda 2 (OSX)
    {{ DiscussionBoard.errors[9611452].message }}
  • Profile picture of the author stueynet
    Opinions are really great but the answer is not a simple list of products people like. They all have different uses. For example I use Sublime Text, Coda, VIM, and PHP Storm.

    In general when doing php application development involving a lot of OOP and larger applications I use PHP storm. It has real code processing, debugging, syntax, refactoring, class generation etc...

    However in some cases I am just doing a quick fix or working on something much more simple. Perhaps a simple prototype or something without a lot of bells and whistles. In that case I use Sublime Text.

    Occasionally I am working from the command line so I just fire up vim to make quick changes.

    In the end it is up to your preference and you should try lots of them. But depending on your particular use case at a given time, you may have more than one tool for the job. Sometimes you need a simple hacksaw and sometimes you need a full table saw.
    Signature

    ---
    WPCore: WordPress plugin management and bulk upload
    Every member is automatically an affiliate (no affiliate signup required)

    {{ DiscussionBoard.errors[9614779].message }}
  • Profile picture of the author davidnavarro85
    Yes many editors are available for PHP. Aptana Studio,Netbeans,Bluefish,Komodo Edit,Grease these are the free editors.
    {{ DiscussionBoard.errors[9615988].message }}

Trending Topics