madzipper icon indicating copy to clipboard operation
madzipper copied to clipboard

Easier zip file handling for Laravel applications.

Results 7 madzipper issues
Sort by recently updated
recently updated
newest added

The `->setPassword()` method is not setting the password for the archive you are making; it's just setting the password to use to extract files when reading a zip archive. As...

#16 added public accessible methods `setEncryptionName` and `setEncryptionIndex` on `ZipRepository.php` note: idk if we should change also the RepositoryInterface... :/

Any chance this is going to get Laravel 11 support? Thanks

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

First line of the open method within ZipRepository class causes a deprecation error due to the fact that NULL is used as default second parameter. This should be 0 (zero).

Verison v1.2.2 doesn't support Laravel 8, which supposed to support up to Laravel 8 according to readme. ``` yarn composer require madnest/madzipper:v1.2.2 yarn run v1.22.19 warning ../../../../package.json: No license field...

Hello guys, I just realized that version 1.2.1 on Packagist says Madzipper is compatible with PHP ^7.3 when it accepts only PHP 7.4 or above. As for what I've seen,...