Php ide?

x00bin

Newbie
Joined
Mar 20, 2014
Messages
20
Reaction score
1
Hello *,

i am working since ~10 years with (first year with IDEs, 9 years with Notepad, Notepad++) PHP.

Guess its time for using a PHP IDE again.

Which IDE are you using?


Im going to need functions like:
* CTRL + S = Save + Upload (e. g.)
* Code Highlighting
* (Autocomplete)


Greetings,
x00
 
Try phpstorm once and you'll never look back. My second choice would be Sublime Text 3.
 
I agree using an IDE will speed up your developing process and time = money. And +1 for phpStorm
 
Another +1 for PhpStorm from me. Its a great IDE with lots of features and with google you can easily find a working license key
 
PHPStorm. I started using it a few days ago and it's just awesome. The IDEs made by JetBrains are the best.
 
Netbeans for PHP (dont download the "all included package" , thats quite heavy and slow) rocks really.

features:
Autocomplete.
Project mgmt.
SVN.
diff checker / history.
ftp.
inbuilt php error checker.
project debugging (u need to have xdebug enabled on your localhost).

and a lot of other cool features. Absolutely necessary for any php developer ;)
 
Last edited:
Zend studio (which is essentially eclipse with zend addons)
I mainly like the fact it uses SSH instead of FTP to connect to remote systems.
 
Thanks for all the replies, guys. :-) Great job!

Going to test all mentioned IDEs, expect Zend.
 
I recommend PhpStorm. Best PHP IDE on the market, it's shareware... but you may find something interesting on pastebin :)
 
@All

Notepad++ is not an IDE :p
 
Back
Top