PHP on AWS

Tools, docs, and sample code to develop applications on the AWS cloud

Tools

Download the tools needed to run PHP applications on AWS
Get Started
SDK for PHP
Simplifies use of AWS services by providing a set of libraries that are consistent and familiar for PHP developers.
Download SDK »
Solutions
AWS Laravel SDK plugin
A Laravel plugin that integrates AWS services with your application using the latest version of AWS SDK For PHP.
 Clone on Github »
Services
AWS IDE Toolkits
Use popular Integrated Development Environments (IDEs) to author, debug, and deploy your code on AWS.
Get the VS Code Toolkit » Get the Intellij Toolkit »
Digital Library
PHP in Cloud9 IDE
AWS Cloud9 is a cloud-based IDE that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal.
Get Started »

Blogs

Showing results: 1-4
Total results: 90
No blogs found matching that criteria.
  • Sean O'Brien, 07/05/2024
    Starting 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/2021
    At 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/2020
    Update: 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/2020
    Update: 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 [...]
Explore More Technical Blogs »

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.

Get Started »

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. 

Get Started »

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.

Get Started »

Was this page helpful?