crzhi / laravel-zipper
This is a simple Wrapper around the ZipArchive methods with some handy functions.
1.0.3
2021-03-19 07:21 UTC
Requires
- php: >=7.2.0
- ext-zip: *
- illuminate/filesystem: ^5.8|^6.0|^7.0|^8.0
- illuminate/support: ^5.8|^6.0|^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.3
- phpunit/phpunit: ^7.0|^8.8
This package is auto-updated.
Last update: 2025-01-22 17:44:06 UTC
README
This is a simple Wrapper around the ZipArchive methods with some handy functions..
Installing
$ composer require crzhi/laravel-zipper
Usage
This package was forked from Chumper/Zipper, see Chumper/Zipper for usage.