This is a simple Wrapper around the ZipArchive methods with some handy functions. Installation Add this package to the list of required packages, inside composer.json for Laravel 5: “chumper/zipper”: “1.0.x” for Laravel 4: “chumper/zipper”: “0.5.x” Run composer update Go to app/config/app.php add to providers Chumper\Zipper\ZipperServiceProvider::class add…