1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

added PHP infrastructure section and appserver.io

This commit is contained in:
wick-ed 2015-01-20 23:40:57 +01:00
parent bd763dd02a
commit be4ea806a8

View File

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