- 
download eclipse Luna from eclipse.org
 - 
if you need to install java 1.7, run
sudo apt-get install openjdk-7-jdk openjdk-7-jre, then, edit youreclipse.ini, including the path to java 1.7, mine looked like this, you may want to tweak memory limits: 
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
	
-vm
/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java
	
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=512m
-Xms120m
-Xmx1024m
- 
search
PDTand install the PHP Development Tools (something like this) viaHelp -> Install New Software, restart after install - 
search
gitand install Github Task Focussed Interface (something like this), restart after install - 
done.