|
|
@@ -65,6 +65,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
65
|
65
|
- [Virtual Machines](#virtual-machines)
|
|
66
|
66
|
- [Integrated Development Environment](#integrated-development-environment)
|
|
67
|
67
|
- [Web Applications](#web-applications)
|
|
|
68
|
+ - [PHP Infrastructure](#php-infrastructure)
|
|
68
|
69
|
- [Resources](#resources)
|
|
69
|
70
|
- [PHP Websites](#php-websites)
|
|
70
|
71
|
- [Other Websites](#other-websites)
|
|
|
@@ -692,6 +693,11 @@ Libraries to help manage database schemas and migrations.
|
|
692
|
693
|
* [Composer as a Service](http://composer.borreli.com/) - A tool for downloading Composer packages as a zip file.
|
|
693
|
694
|
* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
|
|
694
|
695
|
|
|
|
696
|
+## PHP Infrastructure
|
|
|
697
|
+*Infrastructure for providing PHP applications and services.*
|
|
|
698
|
+
|
|
|
699
|
+* [appserver.io](http://appserver.io/) - A multithreaded application server for PHP, written in PHP.
|
|
|
700
|
+
|
|
695
|
701
|
# Resources
|
|
696
|
702
|
Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
|
|
697
|
703
|
|