1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

added known list of IDEs

This commit is contained in:
Speakus 2014-09-05 17:18:35 +11:00
parent a36b5a38ec
commit 1890744eaf

View File

@ -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.*