Zipper
Zipper copied to clipboard
This is a simple Wrapper around the ZipArchive methods with some handy functions
Is it possible to save a zip I just created using Zipper directly on my S3 storage?
1) What is the maximum size a zip file can have? 2) How many files can be within 1 zip file? Thanks
I have used chumper/zipper package the code works fine but when i download the zipped archive i am get afterdownloading:(link) is there any solution to this. Suggestions would be helpful,thank...
This is either an issue or a feature request. Currently, when the files are extracted, they are given a creation / modified date of the current time. However, when extracting...
PHP 7.2 Laravel 5.2 I already installed ZipArchive package, this error always occur when ever I upload the zip file `Call to a member function close() on string ` its...
Hi does this package works with laravel lumen? if no, is it possible to add support?
When the file name contain UTF-8 char, it can't not be found. E.G. zip file contains 1. 新增.docx 2. primary_chicken.xlsx input: `dd(Zipper::make('./_.zip')->listFiles());` output: `array:1 [ 0 => "primary_chicken.xlsx" ]`
How i can change filename before adding them to zip file ? I tried ->add($file path , $new file name) But it not work How i can do that ?
When zipping a folder with sub-folders, empty sub-folders (no files) are excluded from the zip file.