Skip to content

Backport · Integration

Backport Builder

Use nextpdf/backport-builder only for release engineering. It transforms NextPDF source packages into generated distributions for older PHP (PHP: Hypertext Preprocessor) runtimes. It is not an application runtime dependency.

PageUse it for
OverviewProduct boundaries and generated artifacts.
InstallInstallation on a build host.
QuickstartDry-run and full build workflows.
ConfigurationRector configs, custom rules, and build flags.
APICommand-line interface scripts, configuration files, and custom Rector rules.
Developer guideBuild pipeline lifecycle, branch model, and release extension points.
Production usageContinuous integration release operations.
Security and operationsSupply chain boundary and artifact controls.
TroubleshootingDiagnostics for build and validation failures.
SurfaceRole
scripts/build.phpMain build entry point.
rector/config/rector-php81.phpDowngrade configuration for PHP 8.1.
rector/config/rector-php74.phpDowngrade configuration for PHP 7.4 after enum conversion.
rector/rules/*Rector.phpCustom downgrade rules for PHP syntax that needs project-specific handling.