Description
PHP 8.4 projects can bundle code and resources into PHP archive files. This runtime extension supports tools, installers, command-line utilities, and frameworks distributed as PHAR packages. It is dependency-only and has no separate launcher; PHP loads archive code when scripts or tools use it. PHAR files can contain executable PHP code, so archives should come from trusted sources and be verified before use.