Description
Legacy PHP 5.6 applications can read or create PHAR archives, a packaging format used to distribute PHP applications as single archive files. This supports older command-line tools and deployment workflows.
It is a PHP extension for package archives. PHAR files contain executable PHP code, so applications should trust archive sources and avoid loading unverified files.