From 1890744eaf329167000a493df5903f5355bf7f40 Mon Sep 17 00:00:00 2001 From: Speakus Date: Fri, 5 Sep 2014 17:18:35 +1100 Subject: [PATCH 1/2] added known list of IDEs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 30cab83..e386a6b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. - [Extensions](#extensions) - [Miscellaneous](#miscellaneous) - [Software](#software) + - [Integrated Development Environment] (#ide) - [PHP Installation](#php-installation) - [Development Environment](#development-environment) - [Virtual Machines](#virtual-machines) @@ -595,6 +596,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. # Software *Software for creating a development environment.* +## Integrated Development Environment +*List of PHP IDEs.* + +* [Netbeans](https://netbeans.org) - IDE for Java, but also with other languagesm support PHP and HTML5. +* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - PHP IDE based on the Eclipse platform. +* [PhpStorm](http://www.jetbrains.com/phpstorm/) - commercial IDE. + ## PHP Installation *Tools to help install and manage PHP on your computer.* From bce234703bdeec1914432ef7c78976694657bb27 Mon Sep 17 00:00:00 2001 From: Speakus Date: Fri, 5 Sep 2014 17:20:47 +1100 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e386a6b..e0d3aee 100644 --- a/README.md +++ b/README.md @@ -599,7 +599,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. ## Integrated Development Environment *List of PHP IDEs.* -* [Netbeans](https://netbeans.org) - IDE for Java, but also with other languagesm support PHP and HTML5. +* [Netbeans](https://netbeans.org) - IDE for Java, but also with other languages, support PHP and HTML5. * [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - PHP IDE based on the Eclipse platform. * [PhpStorm](http://www.jetbrains.com/phpstorm/) - commercial IDE.