An open API service indexing awesome lists of open source software.

https://github.com/riwert/unzipper

One file, server side, simple PHP unzipper with intuitive Bootswatch UI witch let you easily unzip zip files on your hosting.
https://github.com/riwert/unzipper

bootstrap4 bootswatch fontawesome5 php script server-side ui unzip unzipper

Last synced: 7 months ago
JSON representation

One file, server side, simple PHP unzipper with intuitive Bootswatch UI witch let you easily unzip zip files on your hosting.

Awesome Lists containing this project

README

          

# UnZipper
One file, server side, simple PHP unzipper with intuitive Bootswatch UI witch let you easily unzip zip files on your hosting.

## Screenshot
[![UnZipper](screenshot.png)](screenshot.png)

## Features
- Single file script.
- Simple and intuitive.
- Few methods of unzip.
- Includes Bootstrap 4 toolkit.
- Includes FontAwesome 5 icons.
- Prevents redo action after refresh.
- Limited actions of unzip and delete:
- only zip files may be unziped,
- only zip files and script itself may be deleted,
- all actions require confirmation.
- Available in few languages: EN, PL, DE, ES, RU.

## Usage
Upload `unzipper.en.php` file to your directory with zip file(s) on the server and use it in your browser:
```
http://yourdomain.com/path/to/unzipper.en.php
```
### Languages
Available **lang**: en, pl, de, es, ru.
```
http://yourdomain.com/path/to/unzipper.lang.php
```
### Remember
After you are done remember to delete `unzipper.en.php` script and all unnecessary zip files.

## Download
Choose your language:
- EN: [unzipper.en.php](https://raw.github.com/riwert/unzipper/master/dist/unzipper.en.php)
- PL: [unzipper.pl.php](https://raw.github.com/riwert/unzipper/master/dist/unzipper.pl.php)
- DE: [unzipper.de.php](https://raw.github.com/riwert/unzipper/master/dist/unzipper.de.php)
- ES: [unzipper.es.php](https://raw.github.com/riwert/unzipper/master/dist/unzipper.es.php)
- RU: [unzipper.ru.php](https://raw.github.com/riwert/unzipper/master/dist/unzipper.ru.php)