Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

This is a simple Wrapper around the ZipArchive methods with some handy functions

Results 65 Zipper issues
Sort by recently updated
recently updated
newest added

Call to a member function close() on string in php7.1 and i am not able to proceed further as latest php version is 7.2. Zipper is not working in latest...

**Description** Attackers can create Zip archives that use path traversal to overwrite important files on affected systems, destroying them or replacing them with malicious alternatives or upload a new one...

Thank you fo the script, is very useful, I was wondering on make() how do I choose the location of the future .zip? For example if I want it in...

lumen5.6 Call to undefined method Laravel\Lumen\Application::booting()

I have a file, 'story_content/txt_1-Д-Д_5yCvhKuXXMC.swf' located inside the zip file. But after extracted the file, It'll rename to 'story_content/txt_1-?-?_5yCvhKuXXMC.swf'

HI, I wanted to extract zip to a Laravel Filesystem disk, how can I do this? For example I have a local disk defined like this: 'public' => [ 'driver'...

I have a situation I want to get the total number file inside the zip folder. Is that possible in this package?

Hi, I need to work on two different archives at the same time, thus I am trying to get two instances of Zipper to work on. I'm stuck because it...

Laravel version 5.5.42 Zipper::make('test.zip')->folder('test')->add('composer.json'); ``` InvalidArgumentException The "composer.json" directory does not exist. ```

Hi, is there a solution to zip files from S3 disk? Is it possible to get some pice of code?