|
|
@@ -51,10 +51,10 @@ 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)
|
|
55
|
54
|
- [PHP Installation](#php-installation)
|
|
56
|
55
|
- [Development Environment](#development-environment)
|
|
57
|
56
|
- [Virtual Machines](#virtual-machines)
|
|
|
57
|
+ - [Integrated Development Environment](#integrated-development-environment)
|
|
58
|
58
|
- [Web Applications](#web-applications)
|
|
59
|
59
|
- [Resources](#resources)
|
|
60
|
60
|
- [PHP Websites](#php-websites)
|
|
|
@@ -605,13 +605,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
605
|
605
|
# Software
|
|
606
|
606
|
*Software for creating a development environment.*
|
|
607
|
607
|
|
|
608
|
|
-## Integrated Development Environment
|
|
609
|
|
-*Integrated Development Environments with for support PHP.*
|
|
610
|
|
-
|
|
611
|
|
-* [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.
|
|
612
|
|
-* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
|
|
613
|
|
-* [PhpStorm](http://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
|
|
614
|
|
-
|
|
615
|
608
|
## PHP Installation
|
|
616
|
609
|
*Tools to help install and manage PHP on your computer.*
|
|
617
|
610
|
|
|
|
@@ -641,6 +634,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
641
|
634
|
* [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
|
|
642
|
635
|
* [Hack](http://hacklang.org/) - A programming language for [HHVM](https://github.com/facebook/hiphop-php) that interoperates seamlessly with PHP.
|
|
643
|
636
|
|
|
|
637
|
+## Integrated Development Environment
|
|
|
638
|
+*Integrated Development Environments with for support PHP.*
|
|
|
639
|
+
|
|
|
640
|
+* [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.
|
|
|
641
|
+* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
|
|
|
642
|
+* [PhpStorm](http://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
|
|
|
643
|
+
|
|
644
|
644
|
## Web Applications
|
|
645
|
645
|
*Web-based applications and tools.*
|
|
646
|
646
|
|