Description
Applications running on PHP 8.3 can package PHP code and assets into executable PHAR archives. This runtime extension supports installers, command-line utilities, and deployment bundles that distribute code as a single archive file. It is dependency-only and has no separate launcher; PHP loads PHAR support when enabled. Archives can contain executable code, so only trusted PHAR files should be run and build directories should be protected.