• Languages Angle Right by Iconscout from Unicons - https://iconscout.com/unicons
  • PHP

PHP

Lade officially supports deploying PHP applications.

Supported Versions

The following PHP versions are supported and receive security updates:

  • 8.3
  • 8.2
  • 8.1

Supported Package Managers

The following package managers are supported:

PHP App Detection

Lade detects your app as a PHP app if a composer.json or index.php file is present in the root directory.

Specifying a PHP Version

You can specify the PHP version in your composer.json file:

{
  "require": {
    "php": "8.1"
  }
}

PHP Extensions

You can specify the required PHP extensions in your composer.json file:

{
  "require": {
    "ext-imap": "*",
    "ext-redis": "*"
  }
}

Installed Extensions

The following extensions are enabled by default on supported PHP versions:

Available Extensions

The following extensions will be enabled if required in your composer.json file: