Description
PHP command-line applications can be packaged into PHAR archives for distribution as single executable files. This helps developers ship tools, manage build metadata, and prepare releases with fewer loose files.
It is a development build tool. PHAR files execute PHP code, so generated archives and source inputs should come from trusted projects and be reviewed before distribution.