fresnelges / laravel-unzipper

A laravel Package for Unzip a Zip file in a single line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Package For Unzip the files in one line

Instaling

composer require sourovahmad/unzipper

Done It will Install All dependecies for you

How it works

    SourovahmadUnzipper::unzip(pass the zip file);

using the just call the SourovahmadUnzipper::unzip(); at the parameter pass the zip file and you are done.

Locate The files

    public -> zip -> unzipped (with unique number)

Get the data

    SourovahmadUnzipper::unzip('the folder unique number');

your folder unique number is located in public -> zip -> unzipped -> which folder data you want to get

License

The MIT License (MIT). Please see License File for more information

About

A laravel Package for Unzip a Zip file in a single line


Languages

Language:PHP 100.0%