PHAR: PHP Archive Files
by Gregory Beaver
Phar is to PHP as jar is to Java. A phar—a PHp ARchive—is a single file that contains multiple files, each of which can be accessed as if it were a regular file using filesystem functions within PHP, such as ''fopen()''. In this article, lead developer Gregory Beaver explores the range of possibility that lies within a phar archive.