Browse Source

Merge pull request #322 from wick-ed/master

added PHP infrastructure section and appserver.io
pull/357/merge
Jamie York 10 years ago
parent
commit
b17f1873af
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

69
 	- [Virtual Machines](#virtual-machines)
69
 	- [Virtual Machines](#virtual-machines)
70
 	- [Integrated Development Environment](#integrated-development-environment)
70
 	- [Integrated Development Environment](#integrated-development-environment)
71
 	- [Web Applications](#web-applications)
71
 	- [Web Applications](#web-applications)
72
+	- [PHP Infrastructure](#php-infrastructure)
72
 - [Resources](#resources)
73
 - [Resources](#resources)
73
 	- [PHP Websites](#php-websites)
74
 	- [PHP Websites](#php-websites)
74
 	- [Other Websites](#other-websites)
75
 	- [Other Websites](#other-websites)
753
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
754
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
754
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
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
 # Resources
762
 # Resources
757
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
763
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
758
 
764
 

Loading…
Cancel
Save