Skip to main content

CompiledBlueprint

Index

Properties

features

features: { networking: boolean }

Type declaration

  • networking: boolean

    Should boot with support for network request via wp_safe_remote_get?

phpExtensions

phpExtensions: SupportedPHPExtension[]

The requested PHP extensions to load

run

run: (playground: UniversalPHP) => Promise<void>

Type declaration

    • (playground: UniversalPHP): Promise<void>
    • The compiled steps for the blueprint


      Parameters

      • playground: UniversalPHP

      Returns Promise<void>

versions

versions: { php: 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2 | 7.1 | 7.0; wp: string }

The requested versions of PHP and WordPress for the blueprint


Type declaration

  • php: 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2 | 7.1 | 7.0
  • wp: string