We provide a sample app using PHP that you can deploy on App Platform.
To try it out, fork the PHP GitHub repository to your account so that you have a copy of it stored to the cloud.
Then, create an app using your fork of this repo as the source. App Platform will inspect the code, automatically detect the kind of component to create, and use the correct buildpack to create and deploy a container. From there, you can push changes to your fork and see App Platform automatically re-deploy the update to your app.
index.php
file in the root directory of its repo.php
dependency to composer.json
like so:{
"require": {
"php": "^8.0.0"
}
}
composer.lock
file. Generally, you can update your project by running composer update --lock
using Composer 2.