Hello all
i havent touched php like 10 years , what is the best free IDE to use php ?
for large projects i need it to be visual and not expirimantal ( please no vi )
Thanks
ide - Free Good PHP editor with FTP support for both Windows and MacOS - Software Recommendations Stack Exchange
Favorite IDE for PHP?
What is the best free IDE(editor+debugger) for PHP ( like java intellij for Python pyCharm or VC++ for c++)
Which IDE for PHP programming?
Videos
I used to be an Eclipse fan, but a few years ago I moved to NetBeans and have never looked back.
I am currently using it for PHP (and MySql/SQlite), C, C++ and JavaScript.
From your request:
free and open source <=== check
FTP support (also SFTP) <=== https://blogs.oracle.com/netbeansphp/entry/ftp_support_added
Code highlight <====== yup
Windows, Mac OS and Linux <=== written in Java, so yup, plus Raspberry Pi et al
PHP, HTML, CSS, Javascript (and a huge amount of other languages) ...
https://netbeans.org/features/ .... "NetBeans IDE offers superior support for C/C++ and PHP developers, providing comprehensive editors and tools for their related frameworks and technologies. In addition, the IDE has editors and tools for XML, HTML, PHP, Groovy, Javadoc, JavaScript, and JSP."
Plus, add your own ... http://wiki.netbeans.org/How_to_create_support_for_a_new_language
You won't ever look for another IDE. Guaranteed, or your money back ;-)
I'd recommend Sublime Text.
Sublime has everything you would expect in a minor IDE or an amazing text editor and yet is very very light. Pretty much any area that you want to have more features there is a simply massive plugin library. Sublime Text is not free but it on the cheap end of software, it also has a free unlimited trial so you can test it and decide before making any commitments.
To go over your requirements:
FTP support: Sublime does not have native FTP support. However, that plugin library comes to the rescue. If you don't need SFTP then the free/open-source SublimeFTPSynce is what I have used and is quite good. If you do need SFTP support then AFAIK the only option is Sublime SFTP which is not free ($20) but has a free trial.
Code highlight
Windows and MacOS
PHP, HTML, CSS, Javascript
Easy to use