A PECL extension which allows running applications out of .phar files Maintained by:miwi@FreeBSD.org Port Added: 21 Aug 2007 10:10:33 Also Listed In:pear
The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.
PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.
WWW: http://pecl.php.net/package/phar/
To install the port:cd /usr/ports/archivers/pecl-phar/ && make install clean To add the package:pkg_add -r pecl-phar
Configuration Options
===> The following configuration options are available for pecl-phar-2.0.0.r2:
BZ2=off (default) "Enable bz2 compression support"
ZLIB=off (default) "Enable gzip compression support"
===> Use 'make config' to modify these settings
The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.
PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.
WWW: http://pecl.php.net/package/phar/
PR: ports/115224
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>