Quellcode durchsuchen

Merge pull request #322 from wick-ed/master

added PHP infrastructure section and appserver.io
pull/357/merge
Jamie York vor 10 Jahren
Ursprung
Commit
b17f1873af
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6
    0
      README.md

+ 6
- 0
README.md Datei anzeigen

@@ -69,6 +69,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
69 69
 	- [Virtual Machines](#virtual-machines)
70 70
 	- [Integrated Development Environment](#integrated-development-environment)
71 71
 	- [Web Applications](#web-applications)
72
+	- [PHP Infrastructure](#php-infrastructure)
72 73
 - [Resources](#resources)
73 74
 	- [PHP Websites](#php-websites)
74 75
 	- [Other Websites](#other-websites)
@@ -753,6 +754,11 @@ Libraries to help manage database schemas and migrations.
753 754
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
754 755
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
755 756
 
757
+## PHP Infrastructure
758
+*Infrastructure for providing PHP applications and services.*
759
+
760
+* [appserver.io](http://appserver.io/) - A multithreaded application server for PHP, written in PHP.
761
+
756 762
 # Resources
757 763
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
758 764
 

Laden…
Abbrechen
Speichern