phar 0.0.3

Rust library for PHP phar format
Documentation
1
2
3
4
5
6
7
8
9
10
all: plain zlib bzip mixed

plain:
	php verify_std.php test_plain.phar
zlib:
	php verify_std.php test_zlib.phar
bzip:
	php verify_std.php test_bzip.phar
mixed:
	php verify_std.php test_mixed.phar