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.
- Host: GitHub
- URL: https://github.com/riwert/unzipper
- Owner: riwert
- License: mit
- Created: 2018-03-28T12:25:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T10:31:27.000Z (over 3 years ago)
- Last Synced: 2025-02-21T14:21:44.701Z (12 months ago)
- Topics: bootstrap4, bootswatch, fontawesome5, php, script, server-side, ui, unzip, unzipper
- Language: PHP
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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)