Zippy
Zippy copied to clipboard
PHP zip/tar/bz2 archives (de)compression library with commandline or extensions
Support symfony 6
This will allow compatibility with Symfony v6 and Laravel v9
Please, upgrade it, can't install it anymore on symfony 6.4.
Hi, thank you for this nice library! looking at the existing GNU tar adapters it looks like adding more compression methods (--xz, --lzip, --lzma, --lzop, --zstd) would be extremely easy,...
Symfony 6 is out now
Ideally this project would support php8 but given the version of phpunit that is used that feels very hard. It seems like support needs to be dropped for php 7.1,...
Is there a way to close the file that zippy had open? ``` $zippy = Zippy::load(); #Open the archive $archive = $zippy->open( $destination_file ); #List the file $lists = array();...
Is it possible to use the library to open a zip file for reading if a file is on http server? I have an url for my zip file like...
It fixes issue #131