|
|
@@ -51,6 +51,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
51
|
51
|
- [Extensions](#extensions)
|
|
52
|
52
|
- [Miscellaneous](#miscellaneous)
|
|
53
|
53
|
- [Software](#software)
|
|
|
54
|
+ - [Integrated Development Environment] (#ide)
|
|
54
|
55
|
- [PHP Installation](#php-installation)
|
|
55
|
56
|
- [Development Environment](#development-environment)
|
|
56
|
57
|
- [Virtual Machines](#virtual-machines)
|
|
|
@@ -604,6 +605,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
604
|
605
|
# Software
|
|
605
|
606
|
*Software for creating a development environment.*
|
|
606
|
607
|
|
|
|
608
|
+## Integrated Development Environment
|
|
|
609
|
+*List of PHP IDEs.*
|
|
|
610
|
+
|
|
|
611
|
+* [Netbeans](https://netbeans.org) - IDE for Java, but also with other languages, support PHP and HTML5.
|
|
|
612
|
+* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - PHP IDE based on the Eclipse platform.
|
|
|
613
|
+* [PhpStorm](http://www.jetbrains.com/phpstorm/) - commercial IDE.
|
|
|
614
|
+
|
|
607
|
615
|
## PHP Installation
|
|
608
|
616
|
*Tools to help install and manage PHP on your computer.*
|
|
609
|
617
|
|