FileInfo.comFileInfo.com
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

.PHAR File Extension

Tip Run a free scan for .PHAR file extension errors.

Generic Icon
File TypePHP Archive
DeveloperGreg Beaver
Popularity3 stars
CategoryExecutable Files
File Description

File packaged in the PHAR (PHP Archive) format, which can be created using the Phar PHP class; stores a collection of files and supports bzip2 and gzip compression as well as a checksums for the archive; used for distributing and running PHP applications using a single file.

PHAR files are similar to Java's .JAR files and can be run using PHP. An example of a common PHP application that is distributed as a PHAR archive is PEAR (PHP Extension and Application Repository), a package manager for PHP extensions.

PHP Archive files are compatible with APC (Alternative PHP Cache), an "opcode cache" that optimizes application performance by caching the compiled versions of code. phpMyAdmin, a commonly-used front end for MySQL, has been measured with a 6x speedup when run as a PHAR file.

NOTE: Phar, the PHP component that reads and writes PHAR files, is included with PHP 5.3.

Program(s) that open .PHAR files
Mac OS X Logo
Mac OS
Icon PHP
Icon Phar
Windows Logo
Windows
Icon PHP
Icon Phar
Linux Logo
Linux
Icon PHP
Icon Phar
Sponsored Links
Updated 3/14/2011