https://github.com/pear/php_archive
Create and Use PHP Archive files
https://github.com/pear/php_archive
Last synced: over 1 year ago
JSON representation
Create and Use PHP Archive files
- Host: GitHub
- URL: https://github.com/pear/php_archive
- Owner: pear
- Created: 2012-04-21T06:51:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T11:33:10.000Z (over 4 years ago)
- Last Synced: 2024-04-20T12:53:57.625Z (over 2 years ago)
- Language: PHP
- Homepage: http://pear.php.net/package/PHP_Archive
- Size: 1.25 MB
- Stars: 8
- Watchers: 13
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
***********
PHP_Archive
***********
Userland only implementation of PHP archives.
==========
Unit tests
==========
Preparation
===========
Run ``php tests/maketestphars.php.inc`` after changing ``PHP_Archive``.
Running
=======
::
$ pear run-tests tests/
There are tests that require PHP's native ``phar`` extension to be installed,
while others require it not to be installed.
The tests automatically detect if its installed and skip themselves if
it's the wrong combination.
To get full coverage, you have to run the tests with different PHP
configurations.