Skip to content

Netbeans macosx

Yannouk edited this page Jul 5, 2012 · 1 revision

Table of Contents

Intro

Using a real IDE to develop can be useful. As in Java, you can benefit from autocompletion, debugging, unit testing, etc... Having coded php with simple text editors (notepad++, textwrangler) and IDE (netbeans and eclipse), I can tell you, it is worth the time investmed to switch.

NetBeans

Eclipse used to have the best php environment but zend got involved in the project and "killed" the baby. Now, the only reliable and flexible free IDE that does Php is Netbeans. I use v7.0.1 : http://netbeans.org/. Php support is native with the full version and there is a php only version (38MB)

Virtual Server

For mac, MAMP is easy! It includes apache, mysql and php + debug and caching tools : http://www.mamp.info/. Great to save some time.

Installation

Coming soon

Git/NetBeans integration.

See also

Check the software versions used : Software Stack

Clone this wiki locally