Download the PHP package stnvh/php-partialzip without Composer
On this page you can find all versions of the php package stnvh/php-partialzip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stnvh/php-partialzip
More information about stnvh/php-partialzip
Files in stnvh/php-partialzip
Download stnvh/php-partialzip
More information about stnvh/php-partialzip
Files in stnvh/php-partialzip
Vendor stnvh
Package php-partialzip
Short Description Download files located within remote ZIP files
License
Homepage https://github.com/stnvh/php-partialzip
Package php-partialzip
Short Description Download files located within remote ZIP files
License
Homepage https://github.com/stnvh/php-partialzip
Please rate this library. Is it a good library?
Informations about the package php-partialzip
PHP Partial Zip
PHP Partial Zip allows you to download files located within remote ZIP files.
Based on planetbeing/partial-zip.
Usage:
Method usage:
__construct($url, $file = false):
Class init method
index():
Returns a list of all the files in the remote directory
find($fileName = false):
Returns a parsed file object for use when fetching the remote file
get($file):
Returns, or outputs the file fetched from the remote ZIP.
Note: You should ensure no content is outputted before echo-ing as this will cause the file download to contain invalid data. Hint: put at the start of your script, then run before output.
example:
All versions of php-partialzip with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package stnvh/php-partialzip contains the following files
Loading the files please wait ....