Expand on what PaaS is and how fits into PHP

This commit is contained in:
Richard Howard
2012-07-10 09:54:02 -07:00
parent c00c418858
commit d19ee4f03c

View File

@@ -5,4 +5,4 @@ isChild: true
## Platform as a Service (PaaS) ## Platform as a Service (PaaS)
Platform as a Service provide the infrastructure and system configuration necessary to run PHP applications on the web. In recent years PaaS has become popular method of deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). PaaS provides the system architecture necessary to run PHP applications on the web. This means little to no configuration for launching PHP applications or PHP frameworks. Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources).