|
|
@@ -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)
|
|
|
@@ -595,6 +596,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
595
|
596
|
# Software
|
|
596
|
597
|
*Software for creating a development environment.*
|
|
597
|
598
|
|
|
|
599
|
+## Integrated Development Environment
|
|
|
600
|
+*List of PHP IDEs.*
|
|
|
601
|
+
|
|
|
602
|
+* [Netbeans](https://netbeans.org) - IDE for Java, but also with other languagesm support PHP and HTML5.
|
|
|
603
|
+* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - PHP IDE based on the Eclipse platform.
|
|
|
604
|
+* [PhpStorm](http://www.jetbrains.com/phpstorm/) - commercial IDE.
|
|
|
605
|
+
|
|
598
|
606
|
## PHP Installation
|
|
599
|
607
|
*Tools to help install and manage PHP on your computer.*
|
|
600
|
608
|
|