Serverless¶
Serverless computing is an execution model where a cloud provider allocates compute resources on demand, scaling to zero when idle. Developers deploy functions or entire applications without managing servers.
PHP runs serverlessly via AWS Lambda (using Bref), Google Cloud Functions, Azure Functions, or Vercel. The bref package is the most common bridge, wrapping PHP applications for Lambda execution.
See also Bref — Serverless PHP and AWS Lambda with PHP.
Related : Cloud, IaaS, PaaS, Software-as-a-Service (SAAS), Architecture, Pay-as-you-go, SplSubject
Related packages : bref/bref