Netbeans GIT plugin
Recently I discovered a netbeans edition for php ( Netbeans - a new player on the market ), which seems to work great!
The only thing I was missing was a GIT versioning plugin to clone, commit and update my php files. After a short googling I found a google code project called "nbgit" which provides this functionality.
You can download the 0.3* version at the following site:
http://code.google.com/p/nbgit/
Note - The 0.3 version was the most recent version at the time writing. A new version might already be released.
Netbeans for php , a new player on the market
On a search to git compatible php editors I stumbled upon the blog of this blog telling about Netbeans ( original java editor ) which now seems to support PHP.
My first reaction was, "oh not another eclipse wannabe". But this turns to be a big mistake!
Netbeans is instead a very neat php editor with a lot of extra helping functions for html as well.
Check it out, it has turned to be my favourite editor within one day!
Preview here : http://www.netbeans.org/kb/docs/php/php-editor-screencast.html
UPDATE
While playing around, I must and cannot say anything else, then "THIS ROCKS".
Almost everything is included, from Ajax/Javascript library support ( dojo, scriptaculous, prototype, jquery ) until GIT versioning control, database graphical and text layouts.