Developer Center / ...
PHP on AWS
Tools
Blogs
Total results: 90
-
Sean O'Brien, 07/05/2024Starting January 13, 2025, the AWS SDK for PHP will no longer support PHP 8.0.x, which reached end-of-life on November 26, 2023. Additionally, we will no longer support PHP 7.2.x, 7.3.x, and 7.4.x, which reached end-of-life November 2020, November 2021, and November 2022, respectively. For those currently using one of the above-mentioned PHP runtimes, we [...]
-
Benjamin Smith, 01/21/2021At re:Invent 2020, AWS announced that you can package and deploy AWS Lambda functions as container images. Packaging AWS Lambda functions as container images brings some notable benefits for developers running custom runtimes, such as PHP. This blog post explains those benefits and shows how to use the new container image support for Lambda functions [...]
-
Benjamin Smith, 10/06/2020Update: The complete blog series and supporting GitHub repository is now available: Part 1: Introducing the new Serverless LAMP stack Part 2: Scaling relational databases Part 3: Replacing the web server Part 4: Building a serverless Laravel application Part 5: The CDK construct library for the serverless LAMP stack Part 6: From MVC to serverless [...]
-
Benjamin Smith, 08/13/2020Update: The complete blog series and supporting GitHub repository is now available: Part 1: Introducing the new Serverless LAMP stack Part 2: Scaling relational databases Part 3: Replacing the web server Part 4: Building a serverless Laravel application Part 5: The CDK construct library for the serverless LAMP stack Part 6: From MVC to serverless [...]
Build
Build and Deploy a PHP Web App
Get started with deploying a PHP web application. Choose from several launchable code samples that allow you to quickly deploy a PHP web application on Elastic Beanstalk.
Deploy a High-Availability Web App
This tutorial walks you through the process of launching an RDS DB instance external to AWS Elastic Beanstalk, and configuring a high-availability environment running a PHP application to connect to it.
Monitor Your PHP Web Application
Learn how to leverage Amazon CloudWatch to implement alarms, collect and track metrics, and send events from a PHP application.